You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Christoph Bartoschek <ba...@or.uni-bonn.de> on 2005/07/22 15:07:07 UTC

svndumpfilter fails extracting a directory

Hi,

I try to test splitting a repository of several projects into several 
different repositories.  However splitting fails:

held@maximator:~/vlsi> 
cat /tmp/fast_tdl.dump.2 | svndumpfilter include /trunk/tcl > 
fast_tdl.tcl.dump

Including prefixes:
   '/trunk/tcl'

Revision 0 committed as 0.
Revision 1 committed as 1.
Revision 2 committed as 2.
Revision 3 committed as 3.
Revision 4 committed as 4.
Revision 5 committed as 5.
Revision 6 committed as 6.
Revision 7 committed as 7.
Revision 8 committed as 8.
Revision 9 committed as 9.
Revision 10 committed as 10.
Revision 11 committed as 11.
Revision 12 committed as 12.
Revision 13 committed as 13.
svndumpfilter: Invalid copy source path '/trunk/fix_clocks.tcl'
held@maximator:~/vlsi>


Does anyone know what might fail?

I remember that we had some problems with revision 13.  Maybe someone sees 
from the log, what might be wrong:
Added app-parms.
------------------------------------------------------------------------
r13 | held | 2005-06-22 18:05:03 +0200 (Wed, 22 Jun 2005) | 1 line
Changed paths:
   D /trunk/bp_commands.tcl
   D /trunk/do_commands.tcl
   A /trunk/etc
   D /trunk/fast_tdl.tcl
   D /trunk/fix_clocks.tcl
   D /trunk/load_tla.tcl
   D /trunk/netweight.tcl
   D /trunk/parms
   A /trunk/tcl
   A /trunk/tcl/bp_commands.tcl (from /trunk/bp_commands.tcl:12)
   A /trunk/tcl/do_commands.tcl (from /trunk/do_commands.tcl:12)
   A /trunk/tcl/fast_tdl.tcl (from /trunk/fast_tdl.tcl:12)
   A /trunk/tcl/fix_clocks.tcl (from /trunk/fix_clocks.tcl:12)
   A /trunk/tcl/load_tla.tcl (from /trunk/load_tla.tcl:12)
   A /trunk/tcl/netweight.tcl (from /trunk/netweight.tcl:12)
   D /trunk/xivim.tcl


Christoph Bartoschek

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: svndumpfilter fails extracting a directory

Posted by Carsten Koch <Ca...@icem.com>.
Hi Christoph,


Christoph Bartoschek wrote:
...
> svndumpfilter: Invalid copy source path '/trunk/fix_clocks.tcl'


I have exactly the same problem.
See my attached message.
(Unfortunately, nobody has replied yet)

The problem is that svndumpfilter refuses to filter
repository paths that contain files which have a
history which originates somewehere else.

What I do not understand is: I thought it is absolutely
normal in svn that files are prepared in mod branches
and then get merged *with history* into the trunk.
So, if that is standard procedure, svndumpfilter will
always refuse to filter out just the trunk.


Carsten.