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

Removing empty revisions

From: Geir Engebakken <geir.engebakken_at_edb.com>
Date: Mon, 15 Dec 2008 14:05:35 +0100

I tried to dump a repository, extracting only a part of it with svndumpfilter as shown here :

 svnadmin dump /source/test | svndumpfilter include /channel --drop-empty-revs --renumber-revs >ebb.dump

I thought the --drop-empty-revs option would remove empty revisions, but in the dump file there are lots and lots of revisions like this :

Revision-number: 57
Prop-content-length: 112
Content-length: 112

K 7
svn:log
V 38
This is an empty revision for padding.
K 8
svn:date
V 27
2007-11-01T11:04:49.184284Z
PROPS-END

Why arent these empty revisions removed from the dump I wonder ?

Geir

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=984428

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2008-12-15 20:00:55 CET

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.