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

webDAV ok, but tsvn not ok

From: joshua vogelstein <joshuav_at_jhu.edu>
Date: Wed, 16 Jan 2008 14:45:59 -0500

i set up my apache server for use with webDAV and svn. everything worked
great. then i made some changes to try to also incorporate a file server.
then i changed back. now, i can browse my repositories no problem using a
local or remote web browser, but i cannot log in using tsvn for browsing, or
committing changes, etc. when i try, for instance, to commit changes, i get
the following error message:

Error: Commit failed (details follow);
Error: OPTIONS request failed on 'svn/trunk/talk'
Error: Could not open the requested SVN filesystem

if i try to use the repo-browser, i must type in my username and password 3
TIMES, and then i get the following error message:

Error * PROPFIND request failed on '/svn' PROPFIND of '/svn': 301 Moved
Permanently (http://localhost)

(of course, if i do this remotely, it instead gives my IP address)

but, if i use a web browser to browse to http://localhost/svn/, it asks for
my username and password, then lets me browse, download, etc.

i am using apache 2.0.61 on a windows XP box. the same problem persists
with tsvn 1.4.5 and 1.4.7, but remotely and locally. the extra bit of code
that i appended to the httpd.conf file that i use is (of course, i added the
necessary modules for webDAV and modified the LoadModule section
appropriately as well):

<Location /svn>
DAV svn
SVNListParentPath on
SVNParentPath C:/D/SVNRepositories/
AuthType Basic
AuthName "Subversion repositories"
AuthUserFile passwd
#AuthzSVNAccessFile svnaccessfile
Require valid-user
</Location>

any ideas of how i could fix this?
Received on 2008-01-16 20:46:11 CET

This is an archived mail posted to the TortoiseSVN Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.