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

Re: How to tell if svn is in use

From: Andy Levy <andy.levy_at_gmail.com>
Date: Sun, 2 Nov 2008 14:26:59 -0400

On Sun, Nov 2, 2008 at 11:57, Noah Blumenthal
<noah_at_computerinnovationsny.com> wrote:
> Is there a way to tell if there are any users currently using SVN at a given
> time? I have an SVN server that I want to shutdown but I want to make sure
> nobody is in the middle of a Commit or Update while I do it. (I don't care
> if they can't access it for a little while it's down but I do care if an
> Commit or Update gets interrupted)

Update shouldn't pose a problem, as you won't interrupt anything that
modifies the repository. svnadmin lstxns should tell you if any
transactions are in progress.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-11-02 19:27:21 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.