Tuesday, July 7, 2009

SVN Checkout in easy way

I was looking for easy way to just download newest source code from SVN repository. I didn't found much good tools with GUI and all of them had a lot of unusable functions,since I just only needed to download newest source code revisions. The easiest way to download SVN from GoogleCode is to use website copping tools like WinHTTrack or download manager like FDM with it's HTML Spider function. WinHTTrack is more suitable for this since I can easily don't download specific source code folders and files.

Downloading code from Google Code website:
Type http://.googlecode.com/svn/

Downloading code from SourceForge.net
https://.svn.sourceforge.net/svnroot/ example: https://flashpascal.svn.sourceforge.net/svnroot/flashpascal. On SF you can just download GNU Tarbal of source code in single archive file (*.tar.gz) :)

2 comments:

jrs0ul said...

what's so hard pasting in terminal something like: svn checkout http://something/svn/trunk/ something
:]]
Oh yeah teh windows....

Gintas said...

Yep,smelly Windows :P