[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 2541 -

From: <cmpilato_at_collab.net>
Date: 2002-07-15 18:25:24 CEST

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

> Two questions:
>
> - Should we even allow such a thing? Or is the presence of that
> commit itself a bug?

Primitive detection of such would be really easy to do:

   if (txn->root_id == txn->base_root_id)
     /* we never even cloned the root node; error out */

> - Even if we always prevent no-op commits, should the log code be
> sensitive to that assumption, or should it work anyway?

By not seeing the no-op commit in your log -v, I don't think you're
missing too much. :-)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Jul 16 06:27:47 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.