문제

I am trying to install websvn but I am getting this error.

Warning: proc_open() has been disabled for security reasons in /home/xxxxx/public_html/svndirectory/include/command.php on line 173
    Error running this command: svn --config-dir /tmp --version

is there any workaround for this?

PS: I cannot turn off php safemode.

도움이 되었습니까?

해결책

From here: http://www.pyrasis.com/repos/websvn/trunk/doc/install.html?view=co

Also note that WebSVN won't currently work in safe mode, due to the need to call svnlook.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top