1

重命名distconfig.php为后,我安装了 SVN 并仅配置了两件事config.php

  1. $config->setSVNCommandPath('D:\SlikSvn\bin\'); // 例如 c:\program files\subversion\bin

  2. $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,但它继续显示空白页。

知道可能出了什么问题吗?

4

1 回答 1

1

It was a permissions issue, both websvn & silksvn (svn client) directories required permission setting.

Once giving full control to the IIS user, all worked perfectly.

于 2013-12-05T19:26:09.933 回答