You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Daniele Nicolodi <da...@grinta.net> on 2003/06/01 20:41:11 UTC

Re: svn commit: rev 6106 - in trunk/subversion: clients/cmdline include libsvn_client

On Sun, Jun 01, 2003 at 11:56:45AM -0500, cmpilato@tigris.org wrote:

> +  /* Condense our list of deletion targets. */
> +  SVN_ERR (svn_path_condense_targets (&common, &targets, paths, FALSE, pool));
> +  if (! targets->nelts)


I think that this is a typo. It should be "addition" instead of
"deletion" i think.

Ciao
-- 
Daniele

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: svn commit: rev 6106 - in trunk/subversion: clients/cmdline include libsvn_client

Posted by cm...@collab.net.
Daniele Nicolodi <da...@grinta.net> writes:

> On Sun, Jun 01, 2003 at 11:56:45AM -0500, cmpilato@tigris.org wrote:
> 
> > +  /* Condense our list of deletion targets. */
> > +  SVN_ERR (svn_path_condense_targets (&common, &targets, paths, FALSE, pool));
> > +  if (! targets->nelts)
> 
> 
> I think that this is a typo. It should be "addition" instead of
> "deletion" i think.

Actually, a copy-n-pasto.  But thanks.  Will fix.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org