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

Re: Using "svnadmin freeze"

From: C. Michael Pilato <cmpilato_at_collab.net>
Date: Fri, 31 May 2013 11:27:13 -0400

On 05/31/2013 11:23 AM, C. Michael Pilato wrote:
> On 05/31/2013 10:35 AM, Julian Foad wrote:
>> Just an opinion from general experience in the world of computers. With
>> any system where some resource is reserved (locked), it can be useful to
>> find out who/what has the lock. So, a system that tells me the repo is
>> currently locked by which of the following:
>>
>> commit
>> pack
>> freeze
>> ...
>>
>> would be useful, in my opinion. An output that enumerates one of the
>> above list would be useful.
>
> Don't most OSes provide tooling for this, though?

Just to clarify, I'm talking about the likes of this:

$ cd ~/tests
$ flock lockfile lsof | grep `pwd`/lockfile
flock 2912 cmpilato 4uW REG 8,5 0 3500312
/home/cmpilato/tests/lockfile
$

-- 
C. Michael Pilato <cmpilato_at_collab.net>
CollabNet   <>   www.collab.net   <>   Enterprise Cloud Development

Received on 2013-05-31 17:27:56 CEST

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.