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

Re: [PATCH] svn_fs_contents_changed

From: <cmpilato_at_collab.net>
Date: 2001-09-18 06:44:44 CEST

Garrett Rooney <rooneg@electricjellyfish.net> writes:

> while reading over the subversion source code this weekend, i noticed
> that svn_fs_contents_changed() was taking a pointer to an int as one
> of its arguments, when it was using it as a bool. this patch changes
> it to use an svn_boolean_t for clarity and updates the only place in
> the tree that calls it. maybe it'll save someone else from a moment
> of confusion later on.

Sorry, I have to -1 this one (on Jim's behalf). We've been here
before, and the FS interface conistently ignores the existence of
svn_boolean_t and svn_string*, by design. If everyone wants to change
it, I certainly won't care, but I know this has been visited before
with respect the libsvn_fs.

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