You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Phil <pl...@gmail.com> on 2006/09/18 21:13:25 UTC

svndumpfilter error?

Hello,

I did a svnadmin dump to a file called 'reposdumpfile'

Then I wanted to filter out a directory and I used this command:
cat reposdumpfile | svndumpfilter include mydir > mydir.dumpfile

It seems to work for a while then I get this cryptic error:
svndumpfilter: Invalid copy source path '/subproject2.2'

The subproject2.2 directory is part of the 'mydir' directory...? I can see
it and check stuff in and out of 'subproject2.2'

Any help would be appreciated...