I've searched the web and not come up with a good answer to this, but for some reason (after upgrading to TortoiseSVN 1.9.0?) my Subversion revision log file format has changed, which is confusing the Jenkins SVN plugin, and I am confused as to why.
In .../Repository/db/revs/0
, looking at the tail of the revision files I get the following for tail -n40 116
, an older revision:
PLAIN
K 8
branches
[elided]
ub-3.0.t115-38 modify-file true false /trunk/foo/bar.c
17579 17721
For tail -n21 117
, the HEAD revision:
DELTA 116 17463 103
SVNgfK▒a19
[elided]
ua-3.0.t116-39 modify-file true false /trunk/baz/wibble.h
4646 4785
Is there some tool to convert these DELTA
revision logs to PLAIN
format, or some setting to prevent DELTA
revisions being created?
UPDATE: This problem this is appears to be causing is described in this bug report.