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

Re: About pre-revprop-change

From: John Peacock <john.peacock_at_havurah-software.org>
Date: Tue, 09 Sep 2008 11:28:20 -0400

Brad Stiles wrote:
> Does that mean that Subversion uses a method of invoking those types of
> things that bypasses the file associations and PATHEXT environment
> variable?

Yes. On every platform, it tries to find a matching hook script (on
Windows by also checking the applicable file extensions) and then
executes it directly, not via a shell. See

        subversion/libsvn_subr/io.c:svn_io_start_cmd()

for the gory details. As I said before, it is a Windows limitation that
the file associations are bound to the CMD and Explorer applications
themselves and are not supported by the OS itself.

John

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-09-09 17:28:48 CEST

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.