Re: [PATCH] v4 Fix svnversion message as follow-up to r922176
From: Stefan Sperling <stsp_at_elego.de>
Date: Fri, 2 Apr 2010 14:55:00 +0200
On Fri, Apr 02, 2010 at 11:06:32AM +0200, Daniel Näslund wrote:
> @@ -290,6 +290,16 @@ main(int argc, const char *argv[])
Doesn't this reverse the meaning of what you had before?
Maybe use:
if (! SVN_IS_VALID_REVNUM(res->min_rev))
or use
if (SVN_IS_INVALID_REVNUM(res->min_rev))
if there is such a macro.
> + {
|
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.