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

Login problems with Apache/Subversion

From: Verkerk, Onno <Onno.Verkerk_at_NKF.nl>
Date: 2005-06-21 13:45:56 CEST

Hi there,

I'm setting up a repo with http access, so I installed Subversion 1.2 and
Apache 2.
Did some file copies and tweaking in Apache's httpd.conf, and off we go (I
hoped). Alas. I'm now able to browse to http://localhost/svn/test (made that
available in the repo), and enter my user name an password in the login
popup window. But then I get a nasty (XML-style) error code:

<D:error>
  <C:error/>
  <m:human-readable errcode="720003">
    Could not open the requested SVN filesystem
  </m:human-readable>
</D:error>

Anyone familiar with this? I did some further investigation on the
DOS-prompt, which also failed, but with different output:

C:\Work\test2>svn checkout http://localhost/svn/test c:\work\test
Authentication realm: <http://localhost:80> Subversion repositories
Password for 'admin': ********
svn: PROPFIND request failed on '/svn/test'
svn: PROPFIND of '/svn/test': 500 Internal Server Error (http://localhost)

I looked in the FAQs (hope not too shortly) and found lots of PROPFIND
issues, but not mine.

Any help would be greatly appreciated. Thanks in advance!

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Jun 21 13:47:07 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.