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

Re: Best Practices question

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2002-10-09 18:21:44 CEST

Rafael Garcia-Suarez <raphel.garcia-suarez@hexaflux.com> writes:

> Jeff Stuart <furball@weboverdrive.com> wrote:
> > Easy. :) Import one repository into the other.
>
> This way you'll lost the history of the imported project.
>
> It should be possible to produce a list of patches (by
> svn diff -rN:N+1) for the old repository, and commit them
> to the 2nd repository.

I think the plan is to 'svnadmin dump' the first repository, and then
'svnadmin load' the dumpfile into a *specific path* in the second
repository. The second repository will be committed to many times,
but then at least the history is preserved.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Oct 9 18:23:46 2002

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.