Results 1 to 1 of 1
I configured svn on suse 10 with apache. while doing checkout it give the following error:
PHP Code:
#svn co http://192.168.0.4/svnrepos/mytestproject
Authentication realm : < http : //192.168.0.4:80> Subversion repos
Password for 'pdk' :
svn : ...
- 02-03-2011 #1Just Joined!
- Join Date
- Jan 2009
- Posts
- 63
[SOLVED] svn error
I configured svn on suse 10 with apache. while doing checkout it give the following error:
I checked the log :PHP Code:#svn co http://192.168.0.4/svnrepos/mytestproject
Authentication realm: <http://192.168.0.4:80> Subversion repos
Password for 'pdk':
svn: PROPFIND request failed on '/svnrepos/mytestproject'
svn: Could not open the requested SVN filesystem
PHP Code:==> /var/log/apache2/error_log <==
[Thu Feb 03 10:56:12 2011] [error] [client 192.168.0.100] (20014)Internal error: Expected format '3' of repository; found format '5'
[Thu Feb 03 10:56:12 2011] [error] [client 192.168.0.100] Could not fetch resource information. [500, #0]
[Thu Feb 03 10:56:12 2011] [error] [client 192.168.0.100] Could not open the requested SVN filesystem [500, #165005]
[Thu Feb 03 10:56:12 2011] [error] [client 192.168.0.100] Could not open the requested SVN filesystem [500, #165005]
==> /var/log/apache2/access_log <==
192.168.0.100 - pdk [03/Feb/2011:10:56:12 +0530] "PROPFIND /svnrepos/mytestproject HTTP/1.1" 500 239 "-" "SVN/1.4.2 (r22196) neon/0.25.5"


