Philip Martin wrote:
>brane@tigris.org writes:
>
>
>
>>Modified: trunk/subversion/libsvn_wc/lock.c
>>==============================================================================
>>--- trunk/subversion/libsvn_wc/lock.c (original)
>>+++ trunk/subversion/libsvn_wc/lock.c Tue Nov 12 09:34:04 2002
>>@@ -105,8 +105,15 @@
>> return SVN_NO_ERROR;
>> }
>>
>>- return svn_error_createf (SVN_ERR_WC_LOCKED, 0, NULL,
>>- "working copy locked: %s", adm_access->path);
>>+ err = svn_error_create (SVN_ERR_WC_LOCKED, 0, NULL,
>>+ "run 'svn cleanup' to remove locks;"
>>+ " type 'svn help cleanup' for details");
>>
>>
>
>I don't think the library should refer to the command line client, as
>the advice is not appropriate for any other client. The client itself
>should trap SVN_ERR_WC_LOCKED and add an appropriate message.
>
Ouch, you're right. I'll look into that.
--
Brane Čibej <brane_at_xbc.nu> http://www.xbc.nu/brane/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Nov 12 17:22:09 2002