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

Loading dumpfile after svndumpfilter

From: Belorion <belorion_at_gmail.com>
Date: 2006-01-26 18:01:07 CET

I have a repository Foo, that looks like this:

/home/repos/foo/
  trunk/
      bar/
      test/

I wanted to pull out test/ and all of its contents and drop it into a new
repository. Following the instructions on the SVN manual online,

1) I dumped the entire repo to a dump file
2) cat dumpfile | svndumpfilter include foo/trunk/test > test_only.dumpfile
3) svnadmin load /home/repos/newrepo < test_only.dumpfile

However, loading gives me an error:

<<< Started new transaction, based on original revision 1
svnadmin: File not found: transaction '0-1', path 'trunk/test'
     * adding path : trunk/tools ...

And then it just stops. What am I doing wrong here? Any suggestions?
Thanks.

Matt
Received on Thu Jan 26 18:18:24 2006

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.