我安装了SVN&将distconfig.php
重命名为config.php
组$ config-> setSVNCommandPath( 'd:\ SlikSvn \ BIN \'); //例如c:\ program files \ subversion \ bin
$ config-> addRepository('Assembla','https://subversion.assembla.com/svn/projectname',null,'username','passwd');
最初,它告诉我:
Error running this command: svn --config-dir /tmp --version
'svn' is not recognized as an internal or external command,
operable program or batch file.
使用1正确指定svn.exe路径后,它不显示任何错误,只显示空白页。
我尝试添加&删除2,但它继续显示空白页。
对可能出现的问题有什么看法?
答案 0 :(得分:1)
这是一个权限问题,websvn& silksvn(svn客户端)目录需要权限设置。
一旦完全控制IIS用户,一切都运行良好。