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

Re: Subversion stops working

From: <kfogel_at_newton.ch.collab.net>
Date: 2003-01-28 00:36:12 CET

Zack Brown zbrown@tumblerings.org writes:
 I'd rather not just blow away the repository and start over, since I guess
 this problem may recur. I have a broken repository now (even a new 'svn co'
 to an empty directory doesn't work), and that may be the best way to
 track down the problem.

Do you know how to debug server-side httpd? Essentially:

   $ gdb httpd
   gdb run -X
     [wait a moment]
   ^C
   gdb break wherever
   gdb continue

Now try the checkout, and breakpoint wherever will be hit, assuming
it's in the checkout code path.

If you won't have time to do this (certainly understandable), then can
you file an issue, linking to this thread and your uploaded
repository?

Thanks,
-K

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 14 02:20:45 2006

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

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