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

de-reference links in svn dump?

From: Andreas Hasenack <andreas_at_conectiva.com.br>
Date: 2007-04-15 16:19:46 CEST

I have a problem where I need to dump a particular directory and reload it
into another repository.

The problem is that some contents of that directory were copied from elsewhere
(svn cp, the cheap copy), and svndumpfilter fails if I only include it (the
documentation warns about it).

For example:
old-repos/dir1/foo
old-repos/dir2/foo <- copied from dir1
old-repos/dir2/bar
...

I want do dump only dir2 and import it into the new repo. I don't want dir1 in
the new repo.

Is there a way to overcome this? For example, somehow make svndumpfilter
de-reference this hard link that was created by "svn cp".

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sun Apr 15 16:22:10 2007

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.