From: Jonathan Nieder Date: Fri, 6 Jul 2012 03:47:47 +0000 (-0500) Subject: vcs-svn: allow 64-bit Prop-Content-Length X-Git-Tag: v1.7.12-rc0~41^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/e32b79cb3211992505d68c421a3f66b29590d72c?hp=e32b79cb3211992505d68c421a3f66b29590d72c 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 Signed-off-by: Jonathan Nieder ---