Hello
i have a problem subversion.
when i do the command on a linuxconsole: svn checkout https://xxxx.de
then it comes this error:
"svn: REPORT request failed on '/var/kunden/webs/test/!svn/vcc/default'
svn: Unusable URI: it does not refer to this repository"
and in the apache error log:
[Mon Oct 10 20:11:01 2005] [error] [client xxxx] Could not parse
src-path URL. [500, #190001]
[Mon Oct 10 20:11:01 2005] [error] [client xxxx] Unusable URI: it does
not refer to this repository [500, #190001]
on my winxpSP2 with TortoiseSVN on "SVN update" there come the same
errors. in the apachelog too
funnily enough "commit, import, add, etc." worked!!!!
if http or https, thats the same
my versions
debian sarge, subverion version 1.1.4 (r13838) (installed with
apt-get), Apache/2.0.54
config in httpd.conf:
<Directory /var/xxxx/svn>
DAV svn
SVNPath /var/xxxx/svn
SVNAutoversioning on
AuthType Basic
AuthName "My Project"
AuthUserFile /var/xxxx/passwd/svn.passwd
Require valid-user
</Directory>
please excused my english. i hope you can help me! please :)
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Oct 10 22:11:27 2005