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

RE: Subversion 1.6.13 Released

From: Cooke, Mark <mark.cooke_at_siemens.com>
Date: Mon, 25 Oct 2010 07:42:33 +0100

> -----Original Message-----
> From: David Darj [mailto:zid_at_alagazam.net]
> Sent: 24 October 2010 22:48
> To: users
> Cc: Andrey Repin
> Subject: Re: Subversion 1.6.13 Released
>
> On 2010-10-24 20:12, Andrey Repin wrote:
> > Greetings, David Darj!
> >
> > David, I have a strange issue with binaries you provided.
> > I'm using SVN repository served by Apache under Win32.
> >
> > In attachment is a httpd-modules-svn.conf - module loading.
> > Enabling it... here:
> >
> > <VirtualHost *>
> > ServerName svn.darkdragon
> > ServerAlias svn.rootdir.org
> >
> > DocumentRoot "C:/home/svn"
> > AddDefaultCharset utf-8
> >
> > ErrorLog "C:/home/svn/.log/error_log"
> > CustomLog "C:/home/svn/.log/access_log" common env=!SVN-ACTION
> > CustomLog "C:/home/svn/.log/svn_access_log" svn env=SVN-ACTION
> >
> > <IfModule rewrite_module>
> > <some rewrite rules, they are convoluted and pretty much
> meaningless>
> > </IfModule>
> >
> > <Location "/">
> > # AllowOverride Limit AuthConfig
> > # Options None
> > Order allow,deny
> > Allow from 192.168.1.10
> >
> > <IfModule dav_svn_module>
> > DAV svn
> > SVNParentPath "C:/home/svn"
> > </IfModule>
> >
> > <IfModule sspi_auth_module>
> > Allow from all
> >
> > AuthName "Subversion repository"
> > AuthType SSPI
> > SSPIAuth On
> > SSPIAuthoritative On
> > SSPIOfferBasic On
> > SSPIOmitDomain On
> > SSPIUsernameCase lower
> > SSPIBasicPreferred Off
> >
> > # only developers may access the repository
> > Require group "DAEMON1\CVS"
> >
> > # And they should obey to SVN user permissions file
> > <IfModule authz_svn_module>
> > AuthzSVNAccessFile "C:/home/svn/.registry"
> > </IfModule>
> > </IfModule>
> > </Location>
> > </VirtualHost>
> >
> >
> > Everything works fine, when I operate with small files.
> > But once I start submittings megabytes of data (~500 files,
> ~10Mb size total),
> > Subversion start to break on authorization, randomly asking
> for password or
> > username, again and again.
> >
> > I don't quite know, if it is specific to your builds, or is a bug in
> > Subversion. I'll be glad to present any additional info.
> >
> >
> > --
> > WBR,
> > Andrey Repin (anrdaemon_at_freemail.ru) 24.10.2010,<21:54>
> >
> > Sorry for my terrible english...
>
> Hi Andrey
>
> I have no problem committing several hundreds om MB.
> I got no possibility to test with SSPI authentication though. Can you
> test without it and see if it works?
>
> /David
>
>
I am using SSPI alongside David's 1.6.13 builds (thanks again, David!)
on apache on a windoze server box with no problems.

From recent list traffic, issues with large commits failing seem to be
related to timeout issues, search through the recent list for timeout
and see if any of the suggestions there can help you.

Good luck!

~ mark c
Received on 2010-10-25 08:43:17 CEST

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.