davidpryke / gitso

Automatically exported from code.google.com/p/gitso
0 stars 0 forks source link

subversion access #6

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The projects source tab (http://code.google.com/p/gitso/source/checkout)
indicates that the source can be checked out via SVN:

# Non-members may check out a read-only working copy anonymously over HTTP.
svn checkout http://gitso.googlecode.com/svn/trunk/ gitso-read-only

However, access appears to be down/broken:

$ svn checkout http://gitso.googlecode.com/svn/trunk/ gitso-read-only
svn: URL 'http://gitso.googlecode.com/svn/trunk' doesn't exist

Original issue reported on code.google.com by jamin.co...@gmail.com on 27 Oct 2008 at 4:19

GoogleCodeExporter commented 9 years ago
I remember having issues with the initial checkouts of the code.  I realized, 
I've
never used their examples verbatim. I manage/check-out this project similarly 
to how
I do for other projects. So I suspect that we have our project configured 
correctly.
 But their examples seem to be either unclear or incorrect.

Try:
svn checkout https://gitso.googlecode.com/svn/gitso

That works for me. I also got the same error you did by cutting and pasting 
their
example.

Original comment by gerbe...@gmail.com on 29 Oct 2008 at 5:22

GoogleCodeExporter commented 9 years ago
I found a configuration option that essentially sets the text that is displayed 
on
that page. I have changed it to reflect the command I gave previously:

svn checkout https://gitso.googlecode.com/svn/gitso

Thank you for bringing that to our attention!

Original comment by gerbe...@gmail.com on 29 Oct 2008 at 5:37