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

bug: svnadmin and svndumpfilter version inconsistency

From: Richard Musil <richard.musil_at_bigfoot.com>
Date: 2004-11-18 13:17:10 CET

Hello all,
I have found funny bug in svndumpfilter (or svnadmin). svnadmin dump
produces dump with version 2 (SVN-fs-dump-format-version) written in the
file header, svndumpfilter produces filtered dump with version 3. When
using already filtered dump as an input to another svndumpfilter pass,
svndumpfilter emits error about dump version and quits. So basically,
filtered dumps cannot be used with svndumpfilter again.

Another problem I am facing with svndumpfilter is when I try exclude
some projects. Even I have 'Node-path: work' with 'add' in svn-dump, I
cannot filter it out with exclude. Instead I am getting error:
svn: Invalid copy source path '/work'
I presume it might be related to the fact, that there is also /Work
folder in the repository (which, btw, I do not want to filter out) and
the case may conflict some processing. Other paths which do not have
case insensitive twin filter out fine.

Version used:
svnadmin, version 1.1.1 (r11581)
    compiled Nov 13 2004, 20:17:33
svndumpfilter, version 1.1.1 (r11581)
    compiled Nov 13 2004, 20:17:33

Platform: Gentoo linux, compiled from portage ebuild.

Richard Musil

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Nov 18 18:40:31 2004

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.