Ryan Schmidt wrote on Mon, 25 Nov 2019 05:03 +00:00: > On Nov 24, 2019, at 22:50, Ryan Schmidt wrote: > > That line is 255 bytes long. Maybe hitting some keyword length limit? > > Tests pass when I build in a shorter path; then the file contains: > > $Header: > file:///private/tmp/subversion-1.13.0/subversion/tests/cmdline/svn-test-work/repositories/trans_tests-1/header_unexp > 2 2019-11-25 05:00:28Z jrandom $ > > So it's getting cut off at 255 chars and I guess the test isn't expecting > that.
Looks like you're hitting SVN_KEYWORD_MAX_LEN, which is indeed 255.