Is there a simple way to download an SVN repository that is exposed on the web using ViewVC?
It seems that ViewVC allows you to download the (recursive) contents on any directory within a repository, but not the whole repository itself. (This may not matter much if you e.g. just want the latest trunk version of a project, located at
.)
From ViewVC configuration:
ViewVC can generate a tarball (.tar.gz) from a repository on the fly. This option allows (you/anyone) to download a tarball of the current directory.
Allow automatic tarball generation? [Yes / No]
To get to this option on Ubuntu/Debian, you'd simply do sudo dpkg-reconfigure viewvc
(right now I'm not sure about other platforms).