You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Claude CHERET <cl...@c-s.fr> on 2008/09/30 09:26:42 UTC

pre-checkout , post-checkout hooks

Hi,

Do you plan to include   "pre-checkout", "post-checkout" hook in 
SUBVERSION ?

It will be usefull to lock some files for exemple.

-- 
	Cordialement
	__________________________
	Claude CHERET
	Communication et Systèmes
	claude.cheret@c-s.fr
	Tel. 01 41 28 96 50
	__________________________


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: pre-checkout , post-checkout hooks

Posted by Ryan Schmidt <su...@ryandesign.com>.
On Sep 30, 2008, at 4:26 AM, Claude CHERET wrote:

> Do you plan to include   "pre-checkout", "post-checkout" hook in  
> SUBVERSION ?

I'm not aware of any plans to include these hooks in Subversion  
itself. But if you serve your repository using Apache, you can get a  
post-checkout hook using my svnhookdispatcher script:

http://www.ryandesign.com/svnhookdispatcher/


> It will be usefull to lock some files for exemple.

Are the locking features Subversion already includes insufficient?

http://svnbook.red-bean.com/en/1.5/svn.advanced.locking.html


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: pre-checkout , post-checkout hooks

Posted by Andy Levy <an...@gmail.com>.
On Thu, Oct 9, 2008 at 08:34, Engebakken Geir <ge...@edb.com> wrote:
> How would one write such a script around subversive/subclipse plugin, or tortoiseSVN which we also plan to use?

For TortoiseSVN 1.5 and newer, see
http://tortoisesvn.net/docs/release/TortoiseSVN_en/tsvn-dug-settings.html#tsvn-dug-settings-hooks

> -----Original Message-----
> From: Andy Levy [mailto:andy.levy@gmail.com]
> Sent: 1. oktober 2008 17:54
> To: Claude CHERET
> Cc: users@subversion.tigris.org
> Subject: Re: pre-checkout , post-checkout hooks
>
> On Tue, Sep 30, 2008 at 05:26, Claude CHERET <cl...@c-s.fr> wrote:
>> Hi,
>>
>> Do you plan to include   "pre-checkout", "post-checkout" hook in SUBVERSION
>> ?
>>
>> It will be usefull to lock some files for exemple.
>
> You can write a wrapper script around the svn client to do this for you.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

RE: pre-checkout , post-checkout hooks

Posted by Engebakken Geir <ge...@edb.com>.
How would one write such a script around subversive/subclipse plugin, or tortoiseSVN which we also plan to use?



Geir

-----Original Message-----
From: Andy Levy [mailto:andy.levy@gmail.com]
Sent: 1. oktober 2008 17:54
To: Claude CHERET
Cc: users@subversion.tigris.org
Subject: Re: pre-checkout , post-checkout hooks

On Tue, Sep 30, 2008 at 05:26, Claude CHERET <cl...@c-s.fr> wrote:
> Hi,
>
> Do you plan to include   "pre-checkout", "post-checkout" hook in SUBVERSION
> ?
>
> It will be usefull to lock some files for exemple.

You can write a wrapper script around the svn client to do this for you.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org


Re: pre-checkout , post-checkout hooks

Posted by Andy Levy <an...@gmail.com>.
On Tue, Sep 30, 2008 at 05:26, Claude CHERET <cl...@c-s.fr> wrote:
> Hi,
>
> Do you plan to include   "pre-checkout", "post-checkout" hook in SUBVERSION
> ?
>
> It will be usefull to lock some files for exemple.

You can write a wrapper script around the svn client to do this for you.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org