If ever you need to download code from Google Code - or any other web accessible Subversion repository, but don't want the hassle of installing a full SVN client (like TortoiseSVN), you might like to try DownloadSVN.
"A Simple stand-alone EXE utility" that does just what it says on the tin. You point it at the repository URL, give it a target folder on your computer, and it sucks the source down off the web. Just note that it requires .Net 2.0.
But perhaps you have an easier way? Do tell.
20 comments:
This is an old article, but I'd like to say that this is exactly what I've been looking for for months now. It's really annoying that Google Code (and most other online Subversion sites) provide a means to browse the tree and view its contents--but without giving an easy way to download what I want. GitHub is the only site I've encountered yet that provides an easy "Download" button, which is mind-boggling.
Thanks for the tip!
Joshua - glad I could help!
Thanks.. it very helpful.....
Thanks. Saved my time :)
How to do the same on mac OSX??
thank you very much,this is what i need.
But how to use this utility.I have to download Google IOSHED applcation from code.google.com
Exactly what i was looking for. Thanks a lot.
Can't config proxy when I'm use it at the office.
like this yoooo!
Thank god to bring the idea for that tool into your mind. I LOVE it!
tried http://code.google.com/p/java-ide-droid/source/checkout/ and a couple others and I get error 404. Still unable to figure out what exactly is causing this. I am outside office the network. Please point me in the right direction.
Downloading: http://code.google.com/p/java-ide-droid/source/checkout/
Failed to download: The remote server returned an error: (404) Not Found.
You need to use the actual file path: http://java-ide-droid.googlecode.com/svn/
In order to get this link, simply go on the Source tab, and then click one of the files. There's a link 'View raw file' and then you get the actual repository URL.
Thank you...
good, used to download the DBICP code from google code.
it raises HTTP 407 - Authenticate Required. So how can I enter my credenials?
imba tool
thanks so much!
thanks bro, that helped me a lot :)
I found this http://svndownload.eu5.org/ via http://stackoverflow.com/questions/8386894/download-an-svn-repository You just paste the url and get a zip file as download.
Post a Comment