Use the following command in Linux For Downloading code from Google Code
Download the entire code in one command
wget -m http://fofix.googlecode.com/svn/MFH-Mod/trunk/
Download a particular Folder
wget -nH --cut-dirs=3 -r -np http://http.us.debian.org/debian/pool/main/z/
There is a not so small caveat to that command, it will download the entire repository to the drive (that is all the tags and branches plus the trunk.
another approach is using lftp
lftp http://fofix.googlecode.com/svn/MFH-Mod/trunk/
lftp fofix.googlecode.com:/svn/MFH-Mod/trunk>
lftp fofix.googlecode.com:/svn/MFH-Mod/trunk>mirror <directory to download>
And that will download only that directory, recursively.
0 comments:
Post a Comment
Thanks for your valuable Comment