svndumpfilter drops PROPS-END
From: Steven Barbaglia <Steven.Barbaglia_at_sinara.co.uk>
Date: Thu, 23 Mar 2017 11:53:48 +0000
The current version of svndumpfilter in trunk is dropping the line with PROPS-END on all empty revisions, causing malformed errors later on when trying to load the dump file into a repository.
$ svndumpfilter --version
$ cat sample.dump
UUID: d3321e12-171b-46ef-8253-cae8004b8185
Revision-number: 0
K 8
Revision-number: 1
PROPS-END
Revision-number: 2
PROPS-END
Revision-number: 3
PROPS-END
Revision-number: 4
K 10
PROPS-END
$ svndumpfilter include / < sample.dump > filtered.dump
Revision 0 committed as 0.
$ cat filtered.dump
UUID: d3321e12-171b-46ef-8253-cae8004b8185
Revision-number: 0
K 8
Revision-number: 1
Revision-number: 2
Revision-number: 3
Revision-number: 4
K 10
PROPS-END
I hope the above will help pin down the problem.
Steven
http://www.sinara.com
Disclaimer: This e-mail message (and any attachments) is confidential and may contain privileged information. It is for the intended recipient only. If you are not the intended recipient, you must not copy, distribute or use any of the information in it. If you receive this message in error please notify us as soon as possible and delete it. Copyright in this e-mail and attachments created by us belongs to Sinara Consultants Limited. Internet e-mails are not secure. Sinara does not accept responsibility for changes made to this message after it was sent. Should you communicate with anyone at Sinara by email you consent to us monitoring and reading any such correspondence.
|
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.