I assume a client command between svn and --config-dir /tmp --version is missing.
I did the following:
1) Downloaded websvn
2) Modified the config.ini to look at my test repository:
$config->addRepository(39;Resume39;, 'file:///c:/svn/prod/repository/resume');
and uncommented $config->setTemplatePath("$locwebsvnreal/templates/calm/");
3) I put websvn under my iis root C:Inetpubwwwrootwebsvn20.
4) point my browser to http://localhost/websvn20/index.php and get
Error running this command: svn --config-dir /tmp --version
And have no ideal what to do... currently looking at the screen. Help will be very welcome.
Env: Windows XP SP 2, IIS 5.1 local, svnserve running -d, TortoiseSVN, and I can run svn client commands from the command line. (SVN is in my path).
Thanking you.
|