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

Re: Error:PUT of

From: Folami Nguyen <folami_at_gmail.com>
Date: 2007-11-01 09:48:03 CET

Hi everybody who has paid attention to this thread!
I don't know why this problem is solved!
My TSVN is working well. However, it just commits a number of files one time
then I must commit again and again.

2007/11/1, Folami Nguyen <fo...@gmail.com>:
>
> Hi everybody!
> I am using httpd-based svn. My svn server's version is 1.4.3.
> When I use TortoiseSVN import a large directory (about 8,000 files), the
> TortoiseSVN always exit abnormal and says:
> Error: PUT of 'xxxx' could not connect to server (xxxx)
> The httpd's error_log has nothing about this problem.
> The system log has nothing about this problem.
> My subversion.conf file:
> LoadModule dav_svn_module modules/mod_dav_svn.so
> LoadModule authz_svn_module modules/mod_authz_svn.so
> #
> # Example configuration to enable HTTP access for a directory
> # containing Subversion repositories, "/var/www/svn". Each repository
> # must be readable and writable by the 'apache' user. Note that if
> # SELinux is enabled, the repositories must be labelled with a context
> # which httpd can write to; this will happen by default for
> # directories created in /var/www. Use "restorecon -R /var/www/svn"
> # to label the repositories if upgrading from a previous release.
> #
> #
> # To create a new repository "http://localhost/repos/stuff" using
> # this configuration, run as root:
> #
> # # cd /var/www/svn
> # # svnadmin create stuff
> # # chown -R apache.apache stuff
> #
> #<Location /repos>
> <Location /svn>
> #SecFilterInheritance Off
> DAV svn
> SVNParentPath /var/www/svn
> # Limit write permission to list of valid users.
> # <LimitExcept GET PROPFIND OPTIONS REPORT>
> # # Require SSL connection for password protection.
> # # SSLRequireSSL
> #
> AuthType Basic
> AuthName "Authorization Realm"
> # AuthUserFile /path/to/passwdfile
> AuthUserFile /var/www/svn/svn-pwd-file
> AuthzSVNAccessFile /var/www/svn/svn-access-file
> Require valid-user
> # </LimitExcept>
> </Location>
> Please help me!
> Thanx in advance!
>
>
Received on Thu Nov 1 09:48:26 2007

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.