I installed SVN & configured just 2 things, after renaming distconfig.php
to config.php
$config->setSVNCommandPath('D:\SlikSvn\bin\'); // e.g. c:\program files\subversion\bin
$config->addRepository('Assembla', 'https://subversion.assembla.com/svn/projectname', null, 'username', 'passwd');
Inititally, it was showing me :
Error running this command: svn --config-dir /tmp --version
'svn' is not recognized as an internal or external command,
operable program or batch file.
After specifying the svn.exe path correctly using 1, it doesn't show any error, but a blank page.
I tried adding & removing 2, but it continues to show blank page.
Any idea on what might be going wrong ?
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.