Hi,
I am running codestriker-1.9.8 with the following configuration:
win2003
Apache 2.2
Perl 5.10.1
When i try to click on parallel link, i get the following error:
Command failed: open3: IO::Pipe: Can't spawn-NOWAIT: No such file or
directory at C:/codestriker/lib/Codestriker.pm line 584
c:/Program Files/svn-win32-1.6.5/bin/svn.exe cat --non-interactive
--no-auth-cache svn://*.java@1740
Check your webserver error log for more information.
at C:/codestriker/lib/Codestriker/Repository/Subversion.pm line 79
and the same command works fine when i run through cmd.
Please help me to solve the issue.
Thanks!
--
View this message in context: http://n2.nabble.com/Error-while-retriving-from-SVN-parallel-view-tp4802873p4802873.html
Sent from the Codestriker User mailing list archive at Nabble.com.
From: David S. <dav...@gm...> - 2010-03-26 10:11:07
> and the same command works fine when i run through cmd.
> Please help me to solve the issue.
This is almost always a permissions issues. Try running the command
as the same user which runs apache, or change the user running the
apache process to one which has permission to access subversion.
Cheers,
David