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

Re: nasty commit bug

From: Karl Fogel <kfogel_at_newton.ch.collab.net>
Date: 2002-07-15 20:44:05 CEST

Philip Martin <philip@codematters.co.uk> writes:
> It doesn't occur under all conditions. So here's a receipe

Is this recipe to be preferred to the one given in your earlier mail
(i.e, the one given in issue #797)?

-K

> $ svnadmin create ~/repo
> $ svn co http://localhost:8888/repo -d ~/wc
> $ echo foo > ~/wc/foo
> $ svn add ~/wc/foo
> $ svn ci ~/wc
> $ svn up ~/wc
> $ echo zz >> ~/wc/foo
> $ gdb subversion/clients/cmdline/.libs/lt-svn
> (gdb) b main
> (gdb) r ci ~/wc
> (gdb) b svn_wc_process_committed
> (gdb) c
> (gdb) k
> (gdb) shell rm ~/wc/.svn/lock
> (gdb) r
> (gdb) c
>
> That reaches svn_wc_process_committed twice. If you do it over
> ra_local the second commit will fail.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Jul 15 20:56:02 2002

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.