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

Re: svn trunk r17244: FAIL (x86_64-unknown-linux-gnu static ra_svn fsfs)

From: Madan U Sreenivasan <madan_at_collab.net>
Date: 2005-11-09 18:38:58 CET

On Wed, 2005-11-09 at 22:47, David James wrote:
> [snip]
> > + file_append (hook,
> > + "@echo off\n",
> > + hook_py)
> On Windows, we need to call Python scripts using the full path to the
> Python interpreter. Here is an example:
> file_append(hook, "@%s %s" % (sys.executable, hook.py))
doesnt the shebang line take care of it? or doesnt windows recognize the
'#!'?

sorry, my windows skills are rusty...

Regards,
Madan.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Nov 9 18:31:17 2005

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.