[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Repository weirdness, mild panic in progress

From: Clay Loveless <lists_at_crawlspace.com>
Date: 2004-04-22 00:44:46 CEST

Hello,

I had a need to reboot the server running my "svnserve -d" driven repository
last night, and today when I got back to work on my project (which,
coincidentally, is a Subversion interface package for PHP's PEAR project), I
found that many basic svn commands didn't work as expected.

For example:

svn log svn://svn.killersoft.com/repos/SCM_SVN/trunk/SVN/List.php

returned:

svn: File not found: revision '23', path '/SCM_SVN/trunk/SVN/List.php'

I then tried:

svn list svn://svn.killersoft.com/repos/SCM_SVN

And got ...

svn: URL non-existent in that revision

Alarmed, I logged onto the remote box, switched to my svnserve process user,
and tried:

svnlook tree -r 20 /repos

... And got the entire tree listing of my repository without a problem.

I also tried:
svnadmin verify /repos

... And got:

* Verified revision 0.
* Verified revision 1.
* Verified revision 2.
* Verified revision 3.
* Verified revision 4.
* Verified revision 5.
* Verified revision 6.
* Verified revision 7.
* Verified revision 8.
* Verified revision 9.
* Verified revision 10.
* Verified revision 11.
* Verified revision 12.
* Verified revision 13.
* Verified revision 14.
* Verified revision 15.
* Verified revision 16.
* Verified revision 17.
* Verified revision 18.
* Verified revision 19.
* Verified revision 20.
* Verified revision 21.
* Verified revision 22.
* Verified revision 23.

That all made me feel a little better ... But I'm still not seeing behavior
like I've come to expect. My panic level is still at "mild", but I am
definitely concerned.

I'm running Subversion 1.01 on Mac OS X 10.2.8 (client and server).

Can anyone suggest what else I need to do to diagnose what's going on ...
And/or how to fix it?

Thanks in advance!

Regards,
Clay Loveless

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Apr 22 00:45:26 2004

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.