Mark Reibert wrote:
> On Mon, 2008-04-21 at 01:48 -0400, Karl Fogel wrote:
>
>> Daniel Shahaf <d.s_at_daniel.shahaf.co.il> writes:
>>
>>> Index: subversion/tests/cmdline/svneditor.bat
>>> ===================================================================
>>> --- subversion/tests/cmdline/svneditor.bat (revision 30700)
>>> +++ subversion/tests/cmdline/svneditor.bat (working copy)
>>> @@ -1,5 +1,5 @@
>>> @echo off
>>> rem the svneditor.py script is expected to be in the same directory as the
>>> rem .bat file
>>> -%~dp0\svneditor.py %*
>>> +python %~dp0\svneditor.py %*
>>>
>
> Is it safe to assume python will be in %PATH% ?
>
Pretty much as safe as assuming that automatic running of .py files is
configured.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-04-22 09:15:44 CEST