On Sun, Oct 10, 2010 at 07:06:40PM +0200, Andreas Schwab wrote: > Dmitry Samoyloff <dmi...@obscurehalt.org> writes: > > > I'm trying to export my project's SVN repo using rsync: > > > > $ rsync -avHS rsync://svn.savannah.nongnu.org/svn/mpd-hits/ mpd-hits.svn > > > > but what's fetched is the project's web page CVS repo! > > Is it? That looks very much like an SVN repository: > > $ rsync rsync://svn.savannah.nongnu.org/svn/mpd-hits/ > drwxr-xr-x 4096 2010/05/03 17:05:11 . > -rw-r--r-- 229 2010/05/03 17:05:11 README.txt > -r--r--r-- 2 2010/05/03 17:05:11 format > drwxr-xr-x 4096 2010/05/03 17:05:11 conf > drwxrwsr-x 4096 2010/06/25 19:45:48 db > drwxr-xr-x 4096 2010/05/03 17:05:11 hooks > drwxr-xr-x 4096 2010/05/03 17:05:11 locks
It's supposed to be a SVN repository: that's the way to export your repository data as-is. If you can use good-old 'svn export' to get the file content of the repo. -- Sylvain