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

Re: More pre-revprop-change hook woes

From: Juanma Barranquero <lektu_at_mi.madritel.es>
Date: 2004-02-20 01:25:18 CET

[Re-sent to list]

On Fri, 20 Feb 2004 00:04:08 +0000, Julian Foad
<julianfoad@btopenworld.com> wrote:

> That "data point" is not a problem. Maybe Excel 2005 supports "running"
> a spreadsheet by opening it, doing something and then exiting, and the
> administrator wants to use such an Excel spreadsheet as a hook "script".
> We don't need to prevent that.

Of course, but using the registry means that *any* kind of file with an
association can be launched. Do we really need to support running
AutoCAD files or Visual Studio .NET projects? :)

Using the registry is overkill. The hooks are intended to run programs
(executables or scripts). Supporting most of these with the minimum of
fuss should be top priority (hook-wise, not in the broad Subversion
sense). The PATHEXT idea seems better (= simpler, faster to implement,
easier to maintain). If an admin wants to use Excel hooks, he can

  SET PATHEXT=%PATHEXT%;.xls

On the other hand, the current ".exe, .bat, .cmd" setting is too
limiting.

                                                           /L/e/k/t/u

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Feb 20 01:25:50 2004

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.