You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Bernd Goldschmidt <Be...@gegenstromwaerts.de> on 2004/02/28 20:40:56 UTC

500 PROPFIND error / unable to recover

Hi.
I'm managed to install apache 2.0.48 and svn 1.0.0 with mod_dav on FreeBSD.
No errors during installation, everything seems to work fine, Apache says:
Apache/2.0.48 (Unix) DAV/2 PHP/4.3.3 mod_jk/1.2.2 SVN/1.0.0 Server at
*xxx.tld* Port 80

Trying to checkout a newly created repository or commit on an existing
repos. brings:
svn: PROPFIND request failed on '/svn/bmev'
svn: PROPFIND of '/svn/bmev': 500 Internal Server Error 

And  trying to recover a repository created earlier with version 0.27.0
does:
svnadmin recover /usr/local/svn/phpcms
Please wait; recovering the repository may take some time...
svn: Expected version '3' of repository; found version '1'

Any Ideas?

Bernd



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

Re: 500 PROPFIND error / unable to recover

Posted by Andreas Jellinghaus <aj...@dungeon.inka.de>.
you have an old repository. you need to "svnadmin dump" it with
an old tool, and "svnadmin load" with the new tool.

for more information see the mailing list archives, it was discussed
quite often, maybe even has it's own faq entry.

andreas
> svn: Expected version '3' of repository; found version '1'


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