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

Re: svn commit: r9468 - trunk/subversion/libsvn_fs_fs

From: Greg Hudson <ghudson_at_MIT.EDU>
Date: 2004-04-23 21:31:49 CEST

On Fri, 2004-04-23 at 15:13, Philip Martin wrote:
> > - return (rev == pb->current_rev) ? "this"
> > + return (rev == pb->current_rev) ? "-1"
>
> Perhaps
>
> return (rev == pb->current_rev) ? APR_STRINGIFY(SVN_INVALID_REVNUM)
>
> or do you deliberately allowing it to be different?

make-revs.c is temporary code; cutting corners like that isn't a
problem.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Apr 23 21:32:14 2004

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.