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

svndumpfilter' can not recognized 'SVN-fs-dump-format-version: 3

From: paptimusx scirocco <paptimusx_at_gmail.com>
Date: 2007-12-11 09:34:02 CET

hi there.

'svndumpfilter' can not recognized 'SVN-fs-dump-format-version: 3 '
(svnadmin dump with --deltas option)

Does the version in the future (Ver1.5 or later) make it possible?

thanx.

% svnadmin dump --deltas --quiet c:\var2\svnroot2 | head.exe -1
SVN-fs-dump-format-version: 3

% svnadmin dump --quiet c:\var2\svnroot2 | head.exe -1
SVN-fs-dump-format-version: 2

% svnadmin dump --deltas --quiet c:\var2\svnroot2 | svndumpfilter include xxx
Including prefixes:
   '/xxx'

SVN-fs-dump-format-version: 2

svndumpfilter: Unsupported dumpfile version: 3

% svnadmin dump --quiet c:\var2\svnroot2 | svndumpfilter include xxx
Including prefixes:
   '/xxx'

Revision 0 committed as 0.
Revision 1 committed as 1.
Revision 2 committed as 2.
Revision 3 committed as 3.
Revision 4 committed as 4.
SVN-fs-dump-format-version: 2

% svndumpfilter --version
svndumpfilter, version 1.4.4 (r25188)
   compiled Jun 8 2007, 18:49:42

% svnadmin --version
svnadmin, version 1.4.4 (r25188)
   compiled Jun 8 2007, 18:49:42

-pa*x

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Dec 11 09:34:26 2007

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.