vcs-svn: allow 64-bit Prop-Content-Length
commitf24639fa5ffe58922447acc2e1ab142b547e4aab
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)
tree1b5a3e9fa79e2e4c45b81eeb2767924caca8cf77
parent1108328d3583261803c0fd3528811796eae9cbd4
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>
svndump.c