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

Re: moving subtree from repos1 to repos2

From: Sander Striker <striker_at_apache.org>
Date: 2004-01-09 14:20:41 CET

On Fri, 2004-01-09 at 12:02, Carsten Schurig wrote:
> Hi all,
>
> is it possible to move a subdirectory of a repository repos1 to an
> existing repository repos2 without loosing the history?

Yes.

$ svnadmin dump repos1 | svndumpfilter --include subdir > dump1
$ cat dump1 | svnadmin load repos2

Sander

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Jan 9 14:21:43 2004

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.