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

Re: Lock owner in explorer column

From: Andy Levy <andy.levy_at_gmail.com>
Date: Thu, 25 Mar 2010 07:07:42 -0400

On Thu, Mar 25, 2010 at 06:43, Anthony Ginepro
<anthony.ginepro_at_procapital.fr> wrote:
> Hi,
>
>
>
> I would like to know if it's already possible (or planned as an evolution)
> to see in explorer column the lock owner of a file.
>
> Currently I could only see if I'm the owner or not and couldn't know who
> owns the locks before trying to get them.

Subversion itself does not keep that information in the working copy,
so Tortoise can't use it from there.

Lock information can be stale the instant it's retrieved, so caching
it is not really useful. Showing lock holders would mean having to
poll the repository constantly to look for them - very inefficient.
Use Check for Modifications -> Check Repository to get an update when
you need it.

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2464830

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2010-03-25 12:08:09 CET

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

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