[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: Karl Fogel <kfogel_at_newton.ch.collab.net>
Date: 2002-02-04 22:45:31 CET

Greg Stein <gstein@lyra.org> writes:
> > + 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...

Gack, bad paste from code that was already wrong.

Thanks!

> >...
> > @@ -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...

Fixin'...

-K

---------------------------------------------------------------------
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.