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

Re: svndumpfilter vs svnadmin

From: Robin Becker <robin_at_reportlab.com>
Date: 2005-09-07 19:43:37 CEST

Robin Becker wrote:
...
>>
> OK I figured out how to do multiple excludes in one pass, but now even
> assuming that svnadmin will read it back in will it ever be possible for
> me to filter dumps again? The filtered dump has revision 3 and cannot be
> read by my svndumpfilter.
>
> # cat filtered-dumpfile | svndumpfilter exclude a >dingo.dmp
> Excluding prefixes:
> '/a'
>
> svn: Unsupported dumpfile version: 3
>

it seems that svndumpfilter makes a dumpfile with SVN-fs-dump-format-version: 3
that it refuses to touch further, but svnadmin takes this and creates a repos
that when dumped again has SVN-fs-dump-format-version: 2 so you can filter it
again. I suppose it makes sense, but not to me.

Anyhow, I now find that svnadmin load is renumbering the revisions that were
dropped. That won't be very nice to clients with existing working folders. Is it
possible to drop revisions and avoid renumbering? Or must I keep the empty
revisions?

-- 
Robin Becker
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Sep 7 19:45:41 2005

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.