On Fri, Oct 3, 2008 at 14:25, mjpotts <pottsm_at_invergrove.k12.mn.us> wrote:
>
> what command is need to run to get the info in the pre-lock script? it isn't
> in svnlook lock that i can see.
C:\>svnlook help lock
lock: usage: svnlook lock REPOS_PATH PATH_IN_REPOS
If a lock exists on a path in the repository, describe it.
Maybe svnlook log?
> Andy Levy wrote:
>>
>> On Fri, Oct 3, 2008 at 10:33, mjpotts <pottsm_at_invergrove.k12.mn.us> wrote:
>>>
>>> Hello,
>>>
>>> Is there a way to show all of the log files related to why files were
>>> locked
>>> similar to the log files tortoisesvn shows for file changes?
>>>
>>> Could I somehow extract this information in a pre-lock hook script?
>>
>> Locks aren't logged in the repository "long-term." Once a lock is
>> cleared, there's no history of it in the repository.
>>
>> You would have to write a pre-lock hook to capture the lock message
>> entered by the user. Then you'd have to look at your log outside TSVN.
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe_at_tortoisesvn.tigris.org
>> For additional commands, e-mail: users-help_at_tortoisesvn.tigris.org
>>
>>
>>
>
> --
> View this message in context: http://www.nabble.com/Lock-Logs-tp19798973p19803206.html
> Sent from the tortoisesvn - users mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_tortoisesvn.tigris.org
> For additional commands, e-mail: users-help_at_tortoisesvn.tigris.org
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_tortoisesvn.tigris.org
For additional commands, e-mail: users-help_at_tortoisesvn.tigris.org
Received on 2008-10-03 21:00:25 CEST