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

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

From: Sharma, Jaikumar <jaikumar.sharma_at_barco.com>
Date: 2007-07-19 06:36:14 CEST

Thanks Andy,
Svn status -u <path_to_checkedOutProject> works fine and it tells me
status of files.
Thanks again for your help.
Regards.
 

-----Original Message-----
From: Andy Levy [mailto:andy.levy@gmail.com]
Sent: Thursday, July 19, 2007 2:18 AM
To: Larry Martell
Cc: users@subversion.tigris.org
Subject: Re: How to retrieve list of users and locked files in SVN
repository ?

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

DISCLAIMER:
Unless indicated otherwise, the information contained in this message is privileged and confidential, and is intended only for the use of the addressee(s) named above and others who have been specifically authorized to receive it. If you are not the intended recipient, you are hereby notified that any dissemination, distribution or copying of this message and/or attachments is strictly prohibited. The company accepts no liability for any damage caused by any virus transmitted by this email. Furthermore, the company does not warrant a proper and complete transmission of this information, nor does it accept liability for any delays. If you have received this message in error, please contact the sender and delete the message. Thank you.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Jul 19 06:35:49 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.