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

bug? svndumpfilter / svnadmin load fail

From: Scott Scriven <svn-users_at_toykeeper.net>
Date: 2004-02-24 17:50:04 CET

Hi.

I'm having some trouble with svndumpfilter and svnadmin load.
The error I get is:

 * adding path : trunk/subdir ...svn: File not found: transaction '1', path 'trunk/subdir'

And here's a script which shows how to cause the error:
  http://toykeeper.net/tmp/svnfail.sh
content shown here:
----------------------------------------
#!/bin/sh

# causes svnadmin load to fail
# tested using subversion 0.37.0-3 from debian-x86 unstable

cd /tmp
rm -rf sfoo
mkdir sfoo
cd sfoo
mkdir -p in/trunk/subdir
svnadmin create old
svn import in file:///tmp/sfoo/old -m ...
svnadmin create new
svnadmin dump old | svndumpfilter include trunk/subdir | svnadmin load new
----------------------------------------

Please Cc: all replies to me, if possible. :)

-- Scott

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Feb 24 18:53:45 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.