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

Re: svn commit: rev 740 - trunk/subversion/libsvn_wc trunk/subversion/tests/libsvn_fs

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2002-01-07 21:27:25 CET

Karl Fogel <kfogel@newton.ch.collab.net> writes:

> Did you intend to leave this `fixme' code in libsvn_wc/get_editor.c,
> or should we delete it?
>
> > @@ -331,6 +357,9 @@
> > struct handler_baton *hb = baton;
> > struct file_baton *fb = hb->fb;
> > svn_error_t *err = NULL, *err2 = NULL;
> > + int fixme = 0;
> > + if (fixme)
> > + return svn_error_createf (1, 0, NULL, hb->pool, "forced error");

Oops! No, that should not be there. (Setting fixme in the debugger
allowed me to simulate a network failure.) I'll fix it.

-- 
Philip
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:36:55 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.