[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: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2004-08-02 22:38:57 CEST

On Mon, 2004-08-02 at 15:16, Cockerham, John (US SSA) wrote:

> 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"

Something is fishy. Your <Location> block says that apache maps
"/disk0/SVN" requests to the repository at /disk0/SVN.

Then you say that you're trying to create
"/disk0/SVN/John/untitled%20/folder" using Nautilus.

But your apache log above says you're trying to create a folder (MKCOL)
on /SVN/John/untitled%20folder. Where's the disk0 part? Is some other
<Location> block interfering or overlapping your svn location?

> SVNautoversioning on

It's a capital A: SVNAutoversioning.

Dunno if that matters, probably not.

---------------------------------------------------------------------
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:41:32 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.