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

Re: How to retrieve list of users and locked files in SVN repository ?

From: Andy Levy <andy.levy_at_gmail.com>
Date: 2007-07-18 22:47:35 CEST

On 7/18/07, Larry Martell <larry.martell@gmail.com> wrote:
> On 7/17/07, Sharma, Jaikumar <jaikumar.sharma@barco.com> wrote:
> > Question :
> >
> > I want to retrieve the list of files and name of the users who have locked
> > the files in the subversion repository ? Does somebody know how to achieve
> > this ?
>
> svnadmin lslocks /path/to/repo

From a client, svn st -u <url_to_repos_root> will tell you what's locked.

I don't think it's possible, from a client, to know *who* has a file
locked without checking individual files via their repository URL (svn
info <url_to_file_in_repos>).

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Jul 18 22:46:58 2007

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.