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

Re: Lock's log message

From: Lorenz <lorenznl_at_yahoo.com>
Date: Tue, 17 Jun 2008 09:29:06 +0000

Karl Heinz Marbaise wrote:
>>> For commits I check that the message conforms to some standards we have,
>>> but I can't find a way to get the message when locking a file. I'm not
>>> even sure it's possible.
>> There are no log messages for locking a file.
>There *is* a lock message (option -m for lock command) which can be
>given by the lock command to describe the reason why someone locks a file...
>and it can be extracted via "svnlook lock" there you get the
>information...so you can check it in pre-lock hook script if really
>needed...

only to be thorough:

locks are no versioned items and therefore do not show up in the
normal 'svn log'.

svnlook only works on the server, not remotely. For remote access of
lock messages use 'svn lock -F path/URL'

-- 
Lorenz
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-06-17 11:29:42 CEST

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.