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

RE: WevDav Error Msg

From: Cockerham, John (US SSA) <john.cockerham_at_baesystems.com>
Date: 2004-08-02 22:16:13 CEST

I am trying to created a directory (in the folder /disk0/SVN/John)with
Nautilus by right-clicking and selecting File/Create Folder. I get the
following error:

error.log

[Mon Aug 02 12:07:04 2004] [error] [client 100.10.100.184] (17)File
exists: MKCOL called on regular resource, but autoversioning is not
active. [405, #0]

access.log

100.10.100.184 - jcockerham [02/Aug/2004:12:08:58 -0400] "PROPFIND
/SVN/John/untitled%20folder HTTP/1.0" 404 468 "-" "gnome-vfs/2.4.2"
100.10.100.184 - jcockerham [02/Aug/2004:12:08:58 -0400] "MKCOL
/SVN/John/untitled%20folder HTTP/1.0" 405 493 "-" "gnome-vfs/2.4.2"

From the Nautilus client I get a pop-up that says:

Error "Unsupported Operation" creating new folder

My end of my commonhttpd.conf file looks like:

# Location directives to allow svn traffic over dav
<Location /disk0/SVN>
    AuthType Basic
    AuthName "Subversion Access"
    AuthUserFile /etc/httpd/conf/htpasswd.users
    AuthGroupFile /etc/httpd/conf/htgroup.users
    Require group svn
    DAV svn
    SVNPath /disk0/SVN
    SVNautoversioning on
</Location>

John

-----Original Message-----
From: Ben Collins-Sussman [mailto:sussman@collab.net]
Sent: Monday, August 02, 2004 3:37 PM
To: Cockerham, John (US SSA)
Cc: robert@redcor.ch; users@subversion.tigris.org
Subject: RE: WevDav Error Msg

On Mon, 2004-08-02 at 13:14, Cockerham, John (US SSA) wrote:
> Hello,
> I added the SVNautoversioning on to my config and I still got the same
> error. I did find the reference in the svn book just after I made the
> post. I am still getting the exact same error " [Mon Aug 02 10:12:37
> 2004] [error] [client 100.10.100.184] (17)File exists: MKCOL called on
> regular resource, but autoversioning is not active. [405, #0]" when I
> try to create a directory. The WebDAV client I am using (Nautilus)
> gives me the error "Unsupported Operation" as well.

Show us details. Show us your httpd.conf <Location> block. Explain
exactly what you're doing in nautilus. Show us the apache errorlog.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Aug 2 22:17:42 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.