Re: [[[PATCH]]] fix svn cat to skip unversioned resources
From: Peter N. Lundblad <peter_at_famlundblad.se>
Date: 2005-05-19 14:16:35 CEST
On Thu, 19 May 2005 vivek@collab.net wrote:
> [[[
Please capitalize3 and end sentences with a period.
> There are other commands also which shows this behavior. Should those be
> Index: subversion/clients/cmdline/cat-cmd.c
Indentation needs to be fixed. And please get rid of the extra parens
> + if (err)
The brace should be indented. (And the following lines relative to the
> + if ((err->apr_err == SVN_ERR_ENTRY_NOT_FOUND) ||
the substequent lines are misaligned, and operators should be at the
> + {
Too much indentation.
> + }
cat doesn't have the --quiet option and if it had, I'm not sure if we
> + svn_error_clear (err);
It looks like you need to take a look in HACKING for our style
Also, the log message should say that you even continue in some other
Could you provide a test case with the next version of this patch?
Regards,
---------------------------------------------------------------------
|
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.