[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: Greg Stein <gstein_at_lyra.org>
Date: 2001-03-28 05:21:20 CEST

On Wed, Mar 28, 2001 at 01:02:52AM -0000, kfogel@tigris.org wrote:
> User: kfogel
> Date: 01/03/27 17:02:52
>
> 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 :-)

Cheers,
-g

-- 
Greg Stein, http://www.lyra.org/
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.