apache2ctl stop
another test would be nice too:
1. svn co
2. ps -ef | grep svn
3. kill -9 <pid of svn co>
here i get:
before start, and after normal completion of a command:
# lsof | grep svn | grep uuid| wc
0 9 93
before start, and after normal completion of a command:
# lsof | grep svn | grep uuid| wc
0 9 93
abnormal completion of a command (in this case kill of client):
# lsof | grep svn | grep uuid| wc
1 9 93
--- Sander Striker <striker@apache.org> wrote:
> > From: solo turn [mailto:soloturn99@yahoo.com]
> > Sent: Monday, August 18, 2003 11:37 AM
>
> > --- Ben Collins-Sussman <sussman@collab.net> wrote:
> > > solo turn <soloturn99@yahoo.com> writes:
> > >
> > > The truth is *lots* of people out there are using db41 + svn without
> > > any problems. It's not an "experimental" thing. The specific
> > > symptoms you're experiencing sound unique.
> > >
> > hmm ... funny.
> > can someone using bdb4.1 do the following test, pls?
> > 1. start one or two checkouts or ups
> > 2. stop apache while this is running
>
> Can you be more precise? 'stop apache' can be read as ranging from
> 'apachectl stop' to 'httpd -k stop' to 'killall -9 httpd'...
>
> > i get a corrupted database by doing this,
>
> That would be consistent with the kill -9 case for instance.
>
> > and svnadmin recover is needed (and helps).
> >
> > (i'm not sure, if it is supposed to work, though ... but i guess yes).
>
>
> Sander
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: dev-help@subversion.tigris.org
>
__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Aug 18 11:53:10 2003