[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Savannah-users] Can't export SVN repo
From: |
Sylvain Beucler |
Subject: |
Re: [Savannah-users] Can't export SVN repo |
Date: |
Sun, 10 Oct 2010 19:56:19 +0200 |
User-agent: |
Mutt/1.5.20 (2009-06-14) |
On Sun, Oct 10, 2010 at 07:06:40PM +0200, Andreas Schwab wrote:
> Dmitry Samoyloff <address@hidden> 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