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

svn: PROPFIND of '/project2': 301 Moved Permanently (http://svn.mydomain.com)

From: thomas Armstrong <tarmstrong_at_gmail.com>
Date: 2006-12-21 18:14:57 CET

Hi.

Using Subversion 1.4.2 (r22196) + Apache 2.0.59 on FC6, I get this error
message when trying to checkout a project:
-------------------------------
[]# svn --username john --password foo co http://svn.mydomain.com/project2
svn: PROPFIND request failed on '/project2'
svn: PROPFIND of '/project2': 301 Moved Permanently (http://svn.mydomain.com)
---------------------------------

If I visit http://svn.mydomain.com/project2, I get a right webpage (I think):
--------------
Revision 0: /
Powered by Subversion version 1.4.2 (r22196).
--------------
and I'm required to type user (john) and password (foo)

This is my 'httpd.conf'
------------------------
<VirtualHost svn.mydomain.com>
        ServerName svn.mydomain.com
        DocumentRoot /home/svn-repos
        <Location /project2>
                DAV svn
                SVNPath /home/svn-repos/project2/trunk
                # our access control policy
                AuthzSVNAccessFile /etc/svn-access-file
                AuthType Basic
                AuthName "Authorization Realm"
                AuthUserFile /etc/svn-auth-file
                Require valid-user
        </Location>
</VirtualHost>
----------

What am I doing wrong? Thank you very much.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Dec 21 18:15:41 2006

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.