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

Re: using dump/load for vendor branch

From: Walden Mathews <walden_at_eqwality.com>
Date: 2004-11-02 19:23:43 CET

Scott,

|
| This would seem to have the advantage that renames and moves in the
| source repository would be automatically reflected correctly, and all
| the intermediate states would be visible in the internal repository.
|

You may have a problem with operations that are based on
svn copy, because copies are from objects at a particular revision,
and that "copy from" revision is encoded in the dump. The
repository you are playing this into will almost certainly have
its own revision history, and you will get errors to the effect
that "object does not exist in that revision".

I encountered this problem when I was trying to port my project
from its initial repository, where I made kind of mess of it, into
a new repository. What I discovered is that if you will do the copy
operations manually, you can then replay most of the transactions.
For instance, I could replay transactions up to the point where I
created a branch. I would need to create the branch manually in
the target repos; then I could replay subsequent transactions from
the dump.

This may be too much trouble for you.

Regards,
Walden Mathews

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Nov 2 19:24:32 2004

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.