Recursively finding locks based on a URL

2010-09-16 Thread Phillip Gussow
Hi group, I’m running into a situation where I need to know all locks that exist on a certain repository path. I know there is the svnadmin lslocks command. Which is in general what I need, but I need to do it on an URL, because I don’t have access to the server path. Back ground: we’re

Re: Recursively finding locks based on a URL

2010-09-16 Thread Hyrum K. Wright
On Thu, Sep 16, 2010 at 11:07 AM, Phillip Gussow pgus...@cordys.com wrote: Hi group, I’m running into a situation where I need to know all locks that exist on a certain repository path. I know there is the svnadmin lslocks command. Which is in general what I need, but I need to do it on

Re: Recursively finding locks based on a URL

2010-09-16 Thread Campbell Allan
On Thursday 16 Sep 2010, Phillip Gussow wrote: Hi group, I’m running into a situation where I need to know all locks that exist on a certain repository path. I know there is the svnadmin lslocks command. Which is in general what I need, but I need to do it on an URL, because I don’t have

RE: Recursively finding locks based on a URL

2010-09-16 Thread Phillip Gussow
(in svnserve or the Apache mod. Thanks again and regards, Phillip -Original Message- From: Campbell Allan [mailto:campbell.al...@sword-ciboodle.com] Sent: donderdag 16 september 2010 12:09 To: users@subversion.apache.org Cc: Phillip Gussow Subject: Re: Recursively finding locks based on a URL

Re: Recursively finding locks based on a URL

2010-09-16 Thread Campbell Allan
september 2010 12:09 To: users@subversion.apache.org Cc: Phillip Gussow Subject: Re: Recursively finding locks based on a URL On Thursday 16 Sep 2010, Phillip Gussow wrote: Hi group, I’m running into a situation where I need to know all locks that exist on a certain repository path