vcs-svn: allow 64-bit Prop-Content-Length
commite32b79cb3211992505d68c421a3f66b29590d72c
authorJonathan Nieder <jrnieder@gmail.com>
Fri, 6 Jul 2012 03:47:47 +0000 (5 22:47 -0500)
committerJonathan Nieder <jrnieder@gmail.com>
Fri, 6 Jul 2012 04:26:53 +0000 (5 23:26 -0500)
treefbde4cab352fa3f4883e1e144c6f0360714a8904
parent96a60a87098534b74e3b98e636ec65daea9823a7
vcs-svn: allow 64-bit Prop-Content-Length

Currently the vcs-svn/ library only pays attention to the presence of
the Prop-Content-Length field and doesn't care about its value, but
some day we might care about the value.  Parse it as an off_t instead
of arbitrarily limiting to 32 bits for intuitiveness.

So now you can import from a dump with more than 2 GiB of properties
for a node.  In practice that isn't likely to happen often, and this
is mostly meant as a cleanup.

Based-on-patch-by: David Barr <davidbarr@google.com>
Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
vcs-svn/svndump.c