Get tarball of any public SVN repository
- by Sridhar Ratnakumar
Is there a website that allows one to get the tarball of any specified SVN repository?
For example I want to get the tarball or zip of http://svn.python.org/view/python/trunk/ without having to use a local SVN client, but only use my browser or some command line HTTP client (such as wget).
This is mainly for some old unix machines that do not…