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

(REPOST) Is this a bug or a configuration problem?

From: Nathan Bullock <nathan_kent_bullock_at_yahoo.ca>
Date: 2005-03-15 20:55:26 CET

(Not sure if this is the polite thing to do, maybe I
am just being impatient. I posted this yesterday
morning without a single response yet.)

I am serving my svn repositories through apache. I
thought everything was working just fine, I loaded my
svn dump files and was going along commiting,
updating, adding, removing, browsing code on the web,
etc. It is all working fine... except I just tried to
add a new directory at the root level of one of my
repositories. It doesn't work. I get this error:

svn import Pictures/ http://myserver/pics -m ""
svn: PROPFIND request failed on '/pics'
svn: PROPFIND of '/pics': 301 Moved Permanently
(http://myserver)

I tried it slightly differently:

svn import Pictures/ http://myserver/pics/pictures -m
""
svn: PROPFIND request failed on '/pics'
svn: PROPFIND of '/pics': 301 Moved Permanently
(http://myserver)

I also tried just adding a directory:

svn mkdir http://myserver/pics/pics -m ""
svn: OPTIONS request failed on '/pics'
svn: OPTIONS of '/pics': 301 Moved Permanently
(http://myserver)

If I do any of this under a directory that already
exists in the pics repository it works just fine. Just
nothing is allowed at the root level of the various
repositories. Help!

Snippet from apache config

<Location />
  DAV svn
  SVNParentPath /home/svnpath/
                                                      
                         
  AuthzSVNAccessFile /home/svnpath/accessfile
                                                      
                         
  AuthType Basic
  AuthName "Password Required"
  AuthUserFile /var/apache.users
  Require user valid-user
                                                      
</Location>

And here is my accessfile

[/]
* = rw

Nathan Bullock

Visit my website at http://www.nathanbullock.org

______________________________________________________________________
Post your free ad now! http://personals.yahoo.ca

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Mar 15 20:57:58 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.