You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Tomas Larsson <to...@dbc-system.com> on 2008/04/09 12:48:49 UTC

Problems configuring SVN/TSVN with apache.

Dear Group
I am Trying to setup svn on a APACHE server together with TSVN-clients on
Windows workstations.
I obviously got something wrong.
Getting this response from TSVN:

Error PROPFIND request failed on '/'
Error PROPFIND of '/': Coiuld not read statusline: connection closed by
server
 
The relevant entry in httpd.conf is looking like this:
<VirtualHost *>
DocumentRoot "/var/www/html/DBC"
ServerName svn.dbc-system.com
<Location /svn>
DAV svn
SVNListParentPath on
SVNParentPath /var/svn
AuthType Digest
AuthUserFile /usr/local/etc/svnusers.htdigest
Require valid-user
</Location>
</Virtualhost>

/var/svn looks like this:
/var/
/var/svn/
/var/svn/DBC/
/var/svn/DBC/conf/
/var/svn/DBC/dav/
/var/svn/DBC/hooks/
/var/svn/DBC/locks/

So, what have I missed and what am I doing wrong

With best regards

Tomas Larsson
DBC System AB
Olovsholmsgatan 32
50634 BorĂ¥s
Sweden
Tel: +46 (0)739 932673

tomas@dbc-system.com
www.dbc-system.com


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org