[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Backup individual project.

From: Andy Levy <andy.levy_at_gmail.com>
Date: Thu, 25 Jun 2009 10:00:58 -0400

On Thu, Jun 25, 2009 at 09:56, Gerard Marcel<men.makaron_at_gmail.com> wrote:
> Is it possible to backup individual projects instead of the whole
> repository?  It would be easier to be able to restore a single project when
> something goes wrong.

Subversion has no notion of "projects", only files and directories.

2 ideas;
1) svnadmin dump, then pipe to svndumpfilter to only capture the paths you want
2) Use svnsync to only sync your selected paths to a second server.

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2365289

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-06-25 16:01:55 CEST

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.