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

Re: user lock list

From: Andy Levy <andy.levy_at_gmail.com>
Date: Fri, 6 Jan 2012 14:08:02 -0500

On Fri, Jan 6, 2012 at 13:50, L Wall <walll_at_resa.net> wrote:
> tortise SVN 1.7.
> Is there a way to see all the files a user has locked.
> When someone goes on vacation or long break it would be nice to see if they have any file locks out there to ensure they check in files before they leave.
> I know I can do it by folder level, would be nice to have a report option.

Assuming you can access the repository via the filesystem, check out
svnadmin lslocks

I don't think you can do the whole repository from a client without
running svn st -u against a WC checked out from the root of the
repository. Or you could run svn info against every item in the
repository via URL - but that would be extremely slow.

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

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2012-01-06 20:08:51 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.