You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Geir Engebakken <ge...@edb.com> on 2008/12/15 13:05:35 UTC

Removing empty revisions

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@subversion.tigris.org].