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

Re: [issue #2880] 'svn commit --changelist NO_SUCH_CHANGELIST' should warn

From: Daniel Rall <dlr_at_collab.net>
Date: 2007-10-01 23:31:25 CEST

On Fri, 28 Sep 2007, Daniel L. Rall wrote:
...
> I've changed the error code and messages to be consistent across both
> 'commit' and the other commands, but the output is still different (and
> likely the exit code, too), because the other commands are returning a
> hard error, while 'commit' is supressing an error and spitting out a warning.
>
> Which way should we go here?
>
> $ svn ci --changelist=is-not-here
> svn: warning: Unknown changelist 'is-not-here'
>
> $ svn st --changelist=is-not-here
> subversion/svn/status-cmd.c:230: (apr_err=200024)
> svn: Unknown changelist 'is-not-here'

For consistency with other commands, I made 'commit' return a hard
error (in r26879).

  • application/pgp-signature attachment: stored
Received on Mon Oct 1 23:31:35 2007

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.