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

Re: CVS update: subversion/subversion/client import-cmd.c

From: Karl Fogel <kfogel_at_collab.net>
Date: 2001-03-28 20:41:20 CEST

Greg Stein <gstein@lyra.org> writes:
> > Added: subversion/client import-cmd.c
> >...
> > /* Get a repository url. */
> > if (targets->nelts < 1)
> > return svn_error_create
> > (SVN_ERR_UNKNOWN_NODE_KIND, 0, NULL, pool,
> > "repository url required when importing");
> >...
> > else
> > return svn_error_create
> > (SVN_ERR_UNKNOWN_NODE_KIND, 0, NULL, pool,
> > "too many arguments to import command");
>
> I can see using placeholder error values, but please leave a comment that it
> needs to be updated. And maybe use something like APR_EGENERAL. The above
> error is just too whacky for this context :-)

Actually, it's just a cut-and-pasto (thanks for spotting it), not a
deliberate choice or anything as rational as that :-). Will fix.

-K
Received on Sat Oct 21 14:36:26 2006

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.