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

Problem with commit when adding files

From: Simon Posnjak <simon.posnjak_at_cetrtapot.si>
Date: 2005-01-28 14:24:57 CET

Hi,

I am using svn 1.1.1 on FreeBSD box with apache. I have a virtual host
on 433 port which is used for subversion repository. Apache
configuration is:

<VirtualHost XXXX:443>
    SSLEngine on
    ServerAdmin webmaster@XXXX
    ServerName svn.XXXX:443
    ErrorLog /var/log/apache/svn-error.log
    TransferLog /var/log/apache/svn-access.log
    DocumentRoot /home/www/
    SSLEngine on
    SSLCipherSuite
ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP:+eNULL
    SSLCertificateFile /usr/local/etc/apache2/ssl.crt/server_svn.crt
    SSLCertificateKeyFile /usr/local/etc/apache2/ssl.crt/server_svn.key
    SSLCACertificateFile /usr/local/etc/apache2/ssl.crt/ca.crt
    ScriptAlias /mailman "/usr/local/mailman/cgi-bin"
    Alias /pipermail "/usr/local/mailman/archives/public"
    <Location /svn/afc2>
        DAV svn
        SVNPath /home/svn/afc2
        SVNIndexXSLT "/svnindex.xsl"
        AuthName "Subversion repository"
        AuthType basic
        AuthLDAPEnabled on
        AuthLDAPAuthoritative on
        AuthLDAPURL
ldap://127.0.0.1/ou=People,dc=XXXX,dc=XX?uid??(departmentNumber=1001)
        require valid-user
    </Location>
</VirtualHost>

I can import files into the rep, check them out, and check in modified
or deleted files. But when I try to add a new file to the rep I get:

simonp@matilda:/stuff1/delo/afc2/trunk> svn status
A include/gradnikGumb.h
A src/gradniki/gradnikGumb.cpp
simonp@matilda:/stuff1/delo/afc2/trunk> svn commit -m "TEST"
include/gradnikGumb.h src/gradniki/gradnikGumb.cpp
Adding include/gradnikGumb.h
svn: Commit failed (details follow):
svn: PROPFIND request failed on '/svn/afc2/trunk/include/gradnikGumb.h'
svn: PROPFIND of '/svn/afc2/trunk/include/gradnikGumb.h': 302 Found
(https://svn.XXXX)
simonp@matilda:/stuff1/delo/afc2/trunk>

In apache logfile I get:
XXX.XX.XX.XX - simonp [28/Jan/2005:14:19:03 +0100] "PROPFIND
/svn/afc2/trunk/include HTTP/1.1" 207 410
XXX.XX.XX.XX - simonp [28/Jan/2005:14:19:03 +0100] "CHECKOUT
/svn/afc2/!svn/ver/3/trunk/include HTTP/1.1" 201 400
XXX.XX.XX.XX - simonp [28/Jan/2005:14:19:03 +0100] "PROPFIND
/svn/afc2/trunk/include/gradnikGumb.h HTTP/1.1" 302 366
XXX.XX.XX.XX - simonp [28/Jan/2005:14:19:04 +0100] "DELETE
/svn/afc2/!svn/act/ad6f9a82-bcee-0310-a28e-e82481c86404 HTTP/1.1" 204 -

Can somebody explain what is going on?

       Regards Simon

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Jan 31 06:30:24 2005

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.