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

I cannot use the repository browser

From: Emre Akkas <eakkas_at_gmail.com>
Date: 2007-05-22 07:07:35 CEST

Hello,

I set up Apache 2.2.4, Subversion 1.4 and Tortoise 1.4.3 installed on my
system. I did all the configurations as explained in the documentations and
now can create a repository using Tortoise, check out files, browse
to repository contents using IE without no problems. However I cannot use
the repository browser. I put an URL in the repository browser and it asks
me for the password, I put in the password, click OK and it freezes. After a
while apache crashes and restarts and I see this message in the repository
browser:

Error * PROPFIND request failed on '/svn/alche/!svn/bc/8/trunk' PROPFIND of
'/svn/alche/!svn/bc/8/trunk': Could not read status line: An existing
connection was forcibly closed by the remote host. (http://localhost)

and this is my apache conf

<Location /svn>
DAV svn
SVNListParentPath on
SVNParentPath F:/repos
AuthType Basic
AuthName "Subversion repositories"
AuthUserFile C:/xampp/apache/bin/passwd
Require valid-user
</Location>

I did a lot of searching and played with my configurations but could not
find a solution. Since everything works fine through the browser I am even
more confused. Can anybody help?

Thanks,
Emre
Received on Tue May 22 07:15:27 2007

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.