![]() |
|
No such thing as a small change | |
PerlMonks |
Re: Windows 7: fork in perl script spawns new cmd windowby mpeppler (Vicar) |
on Jan 30, 2013 at 11:32 UTC ( #1016039=note: print w/replies, xml ) | Need Help?? |
So - here's the cause for the problem - in case someone else runs into something similar in the future. The svn.exe binary was included in a directory that has elevated execution rights associated through a policy. The perl binary is not in that same directory, so Win7's kernel refused to run the svn command in the same process space. Moving the svn binary out of this directory, or moving the perl tree into this directory resolves the problem. Michael
In Section
Seekers of Perl Wisdom
|
|