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

Help with a 301 error..

From: Joseph Silverman <yossie_at_laszlosystems.com>
Date: 2005-04-05 21:10:11 CEST

OK, so I issue:

        svn delete http://svn.openlaszlo.org/openlaszlo/sandbox/yossie -m
'bleh'

and it works (well, I didn't let it "finish" by not filling in the auth
information)

Then I issue what I really want to do:

        svn delete http://svn.openlaszlo.org/openlaszlo/sandbox -m 'bleh'

and it DOESN'T work:

        svn: OPTIONS request failed on '/openlaszlo'
        svn: OPTIONS of '/openlaszlo': 301 Moved Permanently
(http://svn.openlaszlo.org)

Any ideas?

The virtual host svn.openlaszlo.org has <Location /> in it, but no
docroot and nothing else going on.

<VirtualHost *:80>
ServerName svn.openlaszlo.org
<Location "/">
     DAV svn
     SVNPath SVNREPOS
     AuthzSVNAccessFile ACCESSFILE
     satisfy any
     require valid-user
     AuthType Basic
     AuthName "svn.openlaszlo.org"
     AuthUserFile PASSFILE
</Location>
</VirtualHost>

Man thanks - Yossie

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Apr 6 18:35:38 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.