[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: Duncan Murdoch <murdoch_at_stats.uwo.ca>
Date: 2006-10-24 21:55:32 CEST

On 10/24/2006 3:28 PM, Paulo J. Matos wrote:
> Hi all,
>
> 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 want to create a new repository containing nothing but this one
application? Then svnadmin dump, svndumpfilter, svnadmin create,
svnadmin load should do it (with the right details).

If you want to load it into an existing repository, you can dump, filter
and load, but the rev numbers will change.

Duncan Murdoch

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Oct 24 21:56:29 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.