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

dump | dumpfilter | load problem

From: Jochen Wuttke <wuttkej_at_lu.unisi.ch>
Date: Mon, 7 Jul 2008 20:05:22 +0200

Hi,

I have a problem moving data from one repository to another using a
'dump | dumpfilter | load' cycle.
I did a

svnadmin dump /my/repos > dumpfile
svndumpfilter include a/path --drop-empty-revs --renumber-revs <
dumpfile >filtered

and until here it seems to work, the filtered file contains what I
want (I think) and the commands did not return any error message.
Now when I try to do

svnadmin load --parent-dir new/parent /new/repos < filtered

I get the error message:

$ svnadmin load --parent-dir LuMiNous /home/pezze/Shared/code
<lumi.filter.repo
<<< Started new transaction, based on original revision 1
svnadmin: File not found: transaction '34-1', path 'LuMiNous/tests/
trunk/ch.unisi.lumi.mdd.tests'
      * adding path : LuMiNous/tests/trunk/ch.unisi.lumi.mdd.tests ...

The command terminates and I have a stale transaction in the new
repository. The new repository already contains data, just in case
that makes a difference.

The problem occurs with a 1.4.6 installation on a Debian linux box.

Thanks
Jochen

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-07-07 20:05:44 CEST

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.