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

Re: some requests/questions .

From: Féliciano Matias <feliciano.matias_at_free.fr>
Date: 2002-07-13 02:33:14 CEST

Le sam 13/07/2002 à 01:00, Ben Collins-Sussman a écrit :
> Féliciano Matias <feliciano.matias@free.fr> writes:
>
> If you were to do this:
>
> $ svnadmin dump 100 200 > dumpfile1
> $ svnadmin dump 200 300 > dumpfile2
>
> and then edit dumpfile2 to *remove* revision 200 (so that dumpfile2
> begins with r201 as a tree-delta against r200), then
>
> $ cat dumpfile1 dumpfile2 | svnadmin load repos
>
> should work just fine.

It work. Thanks.

$ cat dumpfile1 | svnadmin load repos
$ cat dumpfile2 | svnadmin load repos

work also (I only need to add "SVN-fs-dump-format-version: 1" at the top
of the file).

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Jul 13 02:36:14 2002

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

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