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

svn: PROPFIND request failed on '/repos/kpicalculator'

From: <igse_at_bluewin.ch>
Date: 2006-07-13 08:37:26 CEST

As many of svn users I have the problem when I try to checkout or do any
manipulation with svn or tortoise via http:

I tried a lot of things and do not succeed.
First:
If I use in a webbrowser : http://mymachine.mydomain.ch/repos/kpicalculator

I can see all Files belonging to the project. I can click on the file and
download it this all works.

If I use

svn checkout file:///directory/kpicalculator

This works too if I am root or just easyly give enough privileges to the
directory. I can checkout and manipulate whatever is necessary.

What really does not work at all is the following:

-----------
svn checkout http://mymachine.mydomain.ch/repos/kpicalculator /home/myuser/temp/kpicalculator
Authentication realm: <http://mymachine.mydomain.ch:80> Authorization kpicalculator
Password for 'myuser':
svn: PROPFIND request failed on '/repos/kpicalculator'
svn: PROPFIND of '/repos/kpicalculator': 301 Moved Permanently (http://mymachine.mydomain.ch)

---------------------------------------------------------
my subversion.conf file looks like:

# Example configuration for a subversion repository
# see /usr/share/doc/packages/subversion for the full documentation
#
LoadModule authz_svn_module /usr/lib/apache2/mod_authz_svn.so
<IfModule mod_dav_svn.c>

##
## project related HTML files
##
<IfModule mod_alias.c>
Alias /repos /srv/svn
</IfModule>
<Directory /srv/svn>
        Options Indexes +Multiviews -FollowSymLinks
        IndexOptions FancyIndexing \
                        ScanHTMLTitles \
                        NameWidth=* \
                        DescriptionWidth=* \
                        SuppressLastModified \
                        SuppressSize

        order allow,deny
        allow from all
</Directory>

<Location /repos>
   DAV svn
   SVNParentPath /srv/svn
# DavDepthInfinity on
# # Limit write permission to list of valid users.
# <LimitExcept GET PROPFIND OPTIONS REPORT>
# AuthzSVNAccessfile /srv/user_access/access_policy
      # Require SSL connection for password protection.
      # SSLRequireSSL
      AuthType Basic
      AuthName "Authorization kpicalculator"
      AuthUserFile /srv/user_access/kpicalculator_passwd
      Require valid-user
# </LimitExcept>
</Location>

</IfModule>
--------------------------------------------------------------

In the Log files access_log of Apache it looks:
x.y.z.a - myuser [12/Jul/2006:17:15:30 +0200] "PROPFIND /repos/kpicalculator
HTTP/1.1" 301 358 "-" "SVN/1.0.8 (r11084) neon/0.24.7"

The error Log File does not have any entry.

I did not find any hint in the FAQ.

Is there a possibility how to see what is going on?

I would be very happy to find the problem
thanx Maximilian

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Jul 13 22:09:34 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.