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

Re: copy or move between repositories

From: Carsten Koch <Carsten.Koch_at_icem.com>
Date: 2005-09-14 11:42:30 CEST

Annick Collet wrote:
> I 'd like to copy repos1/trunk/folder1 into repos2/trunk/folder1
> How is it possible so that the history is not lost ?

I have not tried this myself, but I believe it should be possible
by logging in to the server and running something like
     svnadmin dump path-to-repos1 | svndumpfilter include /trunk/folder1 | svnadmin load path-to-repos2

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Sep 14 11:44:44 2005

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.