Re: [PATCH] Implement svnadmin verify --force
From: Julian Foad <julianfoad_at_btopenworld.com>
Date: Wed, 31 Oct 2012 17:36:09 +0000 (GMT)
Prabhu Gnana Sundar <prabhugs_at_collab.net> wrote:
> Index: subversion/svnadmin/main.c
You can put the variables in a local-scope block within the switch case...
... by writing
{
...
here.
> + if (notify->revision != SVN_INVALID_REVNUM)
In what cases will the revision number be invalid? This prints a half-empty message in those cases; what did you intend?
- Julian
|
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.