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

Re: merging only selected directories?

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2005-08-11 14:25:55 CEST

On Aug 11, 2005, at 2:00 AM, Kat Ng wrote:

> Dear subversion community,
>
> We have two independent repositories, and would like to import only
> one
> directory from repository 1 to repository 2 together with its history
> (instead of merging two repositories as mentioned in the subversion
> docs).
> Is this possible?

You have to 'svnadmin dump' one repository, then pipe the dumpfile
through 'svndumpfilter --include', then 'svnadmin load --parent-dir'
the results.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Aug 11 14:32:11 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.