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

Re: svn commit: rev 1175 - trunk/subversion/include trunk/subversion/libsvn_client trunk/subversion/clients/cmdline

From: Greg Stein <gstein_at_lyra.org>
Date: 2002-02-04 21:19:42 CET

On Mon, Feb 04, 2002 at 01:07:11PM -0600, kfogel@tigris.org wrote:
>...
> +++ NEW/trunk/subversion/libsvn_client/log.c Mon Feb 4 13:06:57 2002
> @@ -63,6 +63,14 @@
> apr_array_header_t *condensed_targets;
> svn_revnum_t start_revnum, end_revnum;
>
> + if ((start->kind == svn_client_revision_unspecified)
> + || (end->kind == svn_client_revision_unspecified))
> + {
> + return svn_error_create
> + (SVN_ERR_WC_OBSTRUCTED_UPDATE, 0, NULL, pool,
> + "svn_client_log: caller failed to supply revision");
> + }

OBSTRUCTED_UPDATE ??

This isn't even the WC code...

>...
> @@ -71,11 +79,11 @@
> if (! entry)
> return svn_error_createf
> (SVN_ERR_WC_OBSTRUCTED_UPDATE, 0, NULL, pool,
> - "svn_client_update: %s is not under revision control", basename->data);
> + "svn_client_log: %s is not under revision control", basename->data);

Probably not the right error again...

Cheers,
-g

-- 
Greg Stein, http://www.lyra.org/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:37:04 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.