LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   svn error (https://www.linuxquestions.org/questions/linux-newbie-8/svn-error-860378/)

divyashree 02-02-2011 11:23 PM

svn error
 
I configured a svn server with apache. But while checking out it give the error as follows:

PHP Code:

#svn co http://192.168.0.4/svnrepos/mytestproject
Authentication realm: <http://192.168.0.4:80> Subversion repos
Password for 'pdk'
svnPROPFIND request failed on '/svnrepos/mytestproject'
svnCould not open the requested SVN filesystem 

It's on suse 10.

divyashree 02-02-2011 11:27 PM

It give the following in log:

PHP Code:

==> /var/log/apache2/error_log <==
[
Thu Feb 03 10:56:12 2011] [error] [client 192.168.0.100] (20014)Internal errorExpected format '3' of repositoryfound format '5'
[Thu Feb 03 10:56:12 2011] [error] [client 192.168.0.100Could not fetch resource information.  [500#0]
[Thu Feb 03 10:56:12 2011] [error] [client 192.168.0.100Could not open the requested SVN filesystem  [500#165005]
[Thu Feb 03 10:56:12 2011] [error] [client 192.168.0.100Could 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" 

And what is the format 3 and 5 ??

TB0ne 02-03-2011 09:16 AM

Quote:

Originally Posted by divyashree (Post 4246656)
It give the following in log:

PHP Code:

==> /var/log/apache2/error_log <==
Expected format '3' of repositoryfound format '5' 

And what is the format 3 and 5 ??

Again, you don't say what version of SVN, or what client you're using. A very brief search turns up lots:
http://svn.haxx.se/tsvnusers/archive-2008-03/0001.shtml
http://www.svnforum.org/threads/3386...found-format-5

related to the version of the repository, and how it was created. Alot of your posts seem to indicate that you don't try to look anything up before posting.

TB0ne 02-03-2011 12:02 PM

Great you marked it SOLVED..how about posting the solution so other members of the forum can benefit, and perhaps giving some thanks to folks who've helped you?


All times are GMT -5. The time now is 03:28 PM.