On Nov 16, 2010, at 0:07, darrinps wrote:

I am not a Subversion guru by any means but I did set up a Subversion
client in Eclipse. According to a blurb I read on the project site,
you should use:

http://android-wheel.googlecode.com/svn/trunk/android-wheel-read-only

as the URL.

Well, when I try that I get message saying that "http://android-
wheel.googlecode.com/svn/trunk/android-wheel-read-only is non-existent
in that revision"

So, just what do I need to do to get the download?

With (nearly) any Subversion-over-HTTP repository you can visit it in a web browser to see the current revision. I went to <http://android-wheel.googlecode.com/svn/trunk/ > and found that the only subdirectory of it is “wheel/”, which appears to contain an Eclipse Android project. Therefore that is the URL you can check out.

You have apparently misread the standard Google Code checkout instructions on <http://code.google.com/p/android-wheel/source/ checkout>. Note the space between “trunk/” and “android-wheel-read- only”. In “svn checkout” commands, the first argument (before the space) is the actual repository URL, and the second is the name of the local directory to checkout into.

--
Kevin Reid                                  <http://switchb.org/kpreid/>

(not speaking for Google, just a Google Code user)

--
You received this message because you are subscribed to the Google Groups "Project 
Hosting on Google Code" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-code-hosting?hl=en.

Reply via email to