[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: Karl Fogel <kfogel_at_newton.ch.collab.net>
Date: 2002-01-07 21:15:25 CET

Philip, thanks for all the work -- both bug-fixing and on extending
`svn diff' functionality!

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");

---------------------------------------------------------------------
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.