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

Re: zombie lock

From: Ulrich Eckhardt <eckhardt_at_satorlaser.com>
Date: Mon, 22 Mar 2010 10:42:11 +0100

On Monday 22 March 2010, Ramachandran, Vishwanath(IE10) wrote:
> I have copied the zombie-locks to my hooks directory. Let me know, how
> should I pass this in the post-commit, how to activate the script?
>
>
> Will adding the entry in the post-commit as below, solve the issue
>
> remove-zombie-locks.py /var/svn/myrepo all

I think the path to the repository is passed in as parameter to the
post-commit hook script, so it would be cleaner to reference that.

Other than that, whether this will work depends on whether the script is
marked as executable. If not, you would have to call "python
remove-zombie-lockes.py ..." instead.

Of course, you have to activate the post-commit hook first, but I guess you
already have that.

Uli

-- 
ML: http://subversion.tigris.org/mailing-list-guidelines.html
FAQ: http://subversion.tigris.org/faq.html
Docs: http://svnbook.red-bean.com/
Sator Laser GmbH, Fangdieckstraße 75a, 22547 Hamburg, Deutschland
Geschäftsführer: Thorsten Föcking, Amtsgericht Hamburg HR B62 932
**************************************************************************************
Sator Laser GmbH, Fangdieckstraße 75a, 22547 Hamburg, Deutschland
Geschäftsführer: Thorsten Föcking, Amtsgericht Hamburg HR B62 932
**************************************************************************************
           Visit our website at <http://www.satorlaser.de/>
**************************************************************************************
Diese E-Mail einschließlich sämtlicher Anhänge ist nur für den Adressaten bestimmt und kann vertrauliche Informationen enthalten. Bitte benachrichtigen Sie den Absender umgehend, falls Sie nicht der beabsichtigte Empfänger sein sollten. Die E-Mail ist in diesem Fall zu löschen und darf weder gelesen, weitergeleitet, veröffentlicht oder anderweitig benutzt werden.
E-Mails können durch Dritte gelesen werden und Viren sowie nichtautorisierte Änderungen enthalten. Sator Laser GmbH ist für diese Folgen nicht verantwortlich.
**************************************************************************************
Received on 2010-03-22 10:42:53 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.