Is there a method to download a folder from Google Code without having to use the version control system?
|
From what platform? From linux, if the code repository is subversion you can do something like:
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
And that will download only that directory, recursively. From windows there are some mirroring apps, I cant recommend a specific one though. |
||||
|
Many of the projects have a "Downloads" tab where they will offer the source code in a zip file. This might be the easiest way to access a specific version of the code. As for accessing the live repository you might be out of luck. |
|||
|
|
I was looking for the same thing. The next best approach could be to use the following minimalistic standalone executable for Windows (~8.45 KB only): http://downloadsvn.codeplex.com/ It's far better than having to install a standard SVN or GIT version-control system (you should have .NET Framework installed though). Although this is an old post, I hope it helps. |
|||||
|