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

Re: svn commit: r26841 - in trunk/subversion: include libsvn_client svn tests/cmdline

From: Eric Gillespie <epg_at_google.com>
Date: 2007-09-29 02:10:53 CEST

dlr@tigris.org writes:

> Author: dlr
> Date: Fri Sep 28 13:36:13 2007
> New Revision: 26841
>
> Log:
> Fix issue #2880, 'svn commit --changelist NO_SUCH_CHANGELIST' should warn.

Hmm:

0 trunk% svn st --changelist fo
subversion/svn/main.c:1788: (apr_err=205000)
svn: Try 'svn help' for more info
subversion/svn/status-cmd.c:229: (apr_err=205000)
svn: no such changelist 'fo'

205000 is SVN_ERR_CL_ARG_PARSING_ERROR. I prefer
SVN_ERR_UNKNOWN_CHANGELIST, but it also looks like the error is
coming from different levels between these two commands. I
wonder if that's right...

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Sep 29 02:11: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.