Recursively finding locks based on a URL
From: Phillip Gussow <pgussow_at_cordys.com>
Date: Thu, 16 Sep 2010 11:07:15 +0200
Hi group,
I’m running into a situation where I need to know all locks that exist on a
I know there is the svnadmin lslocks command. Which is in general what I
Back ground: we’re using a software package which utilizes the locks in SVN
So what I would like is to ask SVN for a list of all paths that are locked.
So something like this:
svn lslocks https://server/svn/repository_name/project1/trunk
Which produces something like this:
user1 2010-09-16 10:00:00 /folder1/folder2/file.txt
user3 2010-09-16 10:00:00 /folder1/folder2//folder3/something.jsp The
user1 2010-09-16 10:00:00 /folder1/morefile.xml
Do I need to log a feature request for this? And if yes, how should I phrase
Or is there some other way to achieve this? Keep in mind that I have to be
Thanks in advance and regards,
Phillip Gussow
|
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.