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

Re: How to get File Path in post-lock

From: Andy Levy <andy.levy_at_gmail.com>
Date: Wed, 7 Jan 2009 08:58:49 -0500

On Wed, Jan 7, 2009 at 00:42, Vishal Gangwal
<vishalgangwal_at_waterford.org> wrote:
> Hi
>
> In post-lock hook script of subversion we get repos-path and user
> as arguments .
> Can we get the file path which is locked in post-lock hook script ? If yes
> how to get it ?

svnadmin lslocks $REPOS_PATH | grep $USER will get you all files that
are locked by that user.
Received on 2009-01-07 15:02:09 CET

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.