Re: Check min and max num targets in client args patch.
From: Mo DeJong <mdejong_at_cygnus.com>
Date: 2001-03-08 07:58:46 CET
> > Well, we could always just have it print out the command specific help...
And now for a new riddle. When is an error not an error?
I have been looking into putting more of the "smarts"
In add-cmd.c we could use some code like so:
if (targets->nelts)
svn_cl__help (NULL, targets, pool);
Problem is, what do we return? If SVN_NO_ERROR
The code that checks the return status in main.c
/* Run the subcommand. */
This svn_handle_error bit seems to be the sticking point,
An invocation like `svn add` should just print the
Ideas? I am a bit new to this code so I don't
Mo DeJong
|
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.