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

Re: Lock info not sync in windows explorer

From: Andy Levy <andy.levy_at_gmail.com>
Date: Tue, 4 Jan 2011 06:20:37 -0500

On Tue, Jan 4, 2011 at 05:54, Edwin <edwintai_at_gmail.com> wrote:
> these days,sb use windows explorer to show file properties.there are
> svn information include lock owner with blank.sb tried to get lock
> that file but throws error "already lock by xxxx".
> we wonder to know how to sync information in that property window?
> ps.I knew we can check modifications using Tortoisesvn context menu

Subversion itself does not track locks at the client side other than
the locks acquired for that working copy. IOW, the base code doesn't
support it. This is mostly because lock status can be transient, and
locks do not permanently affect the state of the repository. To
maintain that information, you would have to poll the repository all
the time, which is not practical.

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

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2011-01-04 12:21:31 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.