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

RE: RE: Re: using custom hooks

From: Shawn Talbert <stalbert_at_exploreconsulting.com>
Date: Thu, 17 Jan 2008 10:22:55 -0800

This is drifting a bit off the list topic, but with powershell's similarity
to C# I don't really see how using CMD+PS is more 'open'? Think of the C# as
a script that you happen to precompile for speed. In our case, we have a
pre-commit.cs file in the hooks directory and it's compiled output
pre-commit.exe.

David - I just launched the commandline svn tools as you did.

It would be nice if subversion gave us more control on *how* hooks were
launched.

-----Original Message-----
From: Floris van der Ploeg [mailto:fvdploeg_at_xs4all.nl]
Sent: Thursday, January 17, 2008 6:02 AM
To: Bicking, David (HHoldings, IT)
Cc: Shawn Talbert; fvdploeg_at_xs4all.nl; users_at_subversion.tigris.org
Subject: RE: RE: Re: using custom hooks

>> -----Original Message-----
>> From: Shawn Talbert [mailto:stalbert_at_exploreconsulting.com]
>>
>> I hate the inefficiency of the
>> launch-cmd.exe-then-launch-PS.exe-then-your-script.
>>
>> When I looked into this, I seem to recall it was a limitation
>> of the portable library svn uses - it does not launch the
>> hook scripts via the Windows shell, so just adding a file
>> association won't work. At least I think that was the issue...
>>
>> In any case, we currently just write our scripts in C# and
>> compile them.
>> This works pretty well since compilation is trivial and the
>> scripts execute quickly. Also nice having the full richness
>> of C# at hand (part of that richness is one reason PowerShell
>> would be attractive over other scripting
>> technologies)
> ------8<------------
>
> I totally agree. When evaluating Subversion, I wrote a C# command-line
> app to act as a pre-commit hook, and it worked like a charm. In my
> case, it called the svn dos commands. I believe there is an API
> available (did you use it, and if so, where can I get it?) that takes
> out the shell overhead. With just a little extra work, I can make this
> one executable configuratble to the extreme.
>
> --
> David

True... but we're developing this environment and want to leave it as open
as possible (all our collegues must be able to script it). That means that
I'm stuck with using the CMD file... Or writing a hook that executes the
powershell script. To leave it as open as possible, the CMD script would
be the best choice.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-01-17 19:23:42 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.