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

Re: unable to do svnadmin dump

From: <cmpilato_at_collab.net>
Date: 2003-08-28 15:52:58 CEST

Vidar <vl-list@ez.no> writes:

> So I am wondering if I can saftely recover the svn repository this way:
> - do a dump from an old binary backup, like this :
> $cd backup
> $svnadmin dump nextgen -r 0:2000 > old_backup.dump
> - then dump the latest revision from my "live" repository:
> $cd ../svnrepository
> $svnadmin dump nextgen -r 2001:head > latest_revistions.dump

Just do:

$ svnadmin dump /path/to/backup/nextgen -r 0:2000 > dumpfile
$ svnadmin dump /path/to/live/nextgen --incremental -r 2001:HEAD >> dumpfile

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Aug 28 15:57:12 2003

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.