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

RE: svnsync large files

From: Julian Foad <julianfoad_at_btopenworld.com>
Date: Tue, 01 Dec 2009 13:37:31 +0000

On Mon, 2009-11-30, Bitts, Daniel wrote:
> Julian,
>
> Here's a simple, reproducible test case:

Thank you very much. That will help. I have scripted it, but only with
"file:" URLs. Attached.

My script runs the sync fine in svn 1.6.5 with "file:" URLs. (I didn't
try 1.6.6.) Perhaps somebody else is willing to extend the script to use
HTTP, and then we will see the failure. I can't spare the time to do
that now.

- Julian

> 1. download a file 150Mb or larger. I used a copy of the latest Ubuntu ISO for this test.
> 2. create an svn 1.6.6 repository under Apache 2.2.3 using the following subversion.conf file (make sure apache owns everything and you've configured your AuthUserFile correctly):
> LoadModule dav_svn_module modules/mod_dav_svn.so
> LoadModule authz_svn_module modules/mod_authz_svn.so
>
> <Location /svn>
> DAV svn
> SVNPath /var/www/svn
> SSLRequireSSL
> AuthType Basic
> AuthName "SVN"
> AuthUserFile /var/www/svn_auth.dat
> SVNPathAuthz off
> Require valid-user
> </Location>

[...]

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=2425873

Please start new threads on the <dev_at_subversion.apache.org> mailing list.
To subscribe to the new list, send an empty e-mail to <dev-subscribe_at_subversion.apache.org>.

Received on 2009-12-01 14:37:55 CET

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

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