> -----Original Message-----
> From: C. Michael Pilato [mailto:[email protected]]
> Sent: woensdag 18 mei 2011 11:17
> To: Bert Huijben
> Cc: Daniel Shahaf; [email protected]
> Subject: Re: enhancements for error reporting
>
> On 05/18/2011 09:53 AM, Bert Huijben wrote:
> > One obvious case is that libsvn_client sometimes suggests that you
> > should do a 'svn something', which is only possible if you use svn.
>
> libsvn_client should *never* give suggestions that refer to any particular
> client binary's usage semantics! If such cases exist today, those are bugs.
A quick search got me:
F:\svn-2010\dev\subversion\libsvn_client\checkout.c(202):
" use 'svn update' to update it"),
F:\svn-2010\dev\subversion\libsvn_wc\upgrade.c(1277):
"run 'svn cleanup' with Subversion 1.6"));
Bert