[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: subversion and large files

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2004-11-22 01:36:06 CET

On Nov 20, 2004, at 3:16 AM, Robert Buels wrote:

> svn, version 1.0.9 (r11378)
> compiled Oct 16 2004, 23:29:24
>
>
> So the questions I have here are:
> 1.) What's the state of >2GB support in Subversion both now and as
> development progresses?

There's no file size limit in subversion. What you're seeing is a
limit in the portability library, APR. Subversion is calling an apr
function to stat a file, but APR wasn't compiled with "largefile"
support. Try upgrading your APR to 1.0, or rebuild your current 0.9.x
APR library with the largefile option.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Nov 22 01:39:45 2004

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.