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

Re: Moving folder to another rep

From: Ryan Schmidt <subversion-2006d_at_ryandesign.com>
Date: 2006-10-25 00:14:41 CEST

On Oct 24, 2006, at 14:28, Paulo J. Matos wrote:

> How can I move my application from one rep to another, maintaining all
> the revision history, i.e., not starting from rev. 0 in the new
> repository?

You would "svnadmin dump" the data out of the old repository into a
dumpfile. If the old repository also contains other things that you
don't want to import into the new repository, you would
"svndumpfilter" them out. Then you would "svnadmin load" the filtered
dumpfile into the new repository.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Oct 25 00:15:25 2006

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.