Hey All, Don't know if this is the best area to post this, but anyway... Please be aware newbie with SVN... I have tried to install Subversion on my Fedora 9 box by "yum install subversion", which appears to be working as i have been able to create repos into a directory e.g. "/svn". The problem is i am trying to install a web client onto it called "WebSVN" and in the configuration it asks for a setting to point to the SVN command path. i.e. "$config->setSVNCommandPath('Path here');" I've tried looking for it and i can't seem to find it - thought maybe it was "/usr/bin" but didn't work. Anyone got any ideas? Also if anybody knows how do I also configure it so that i can access the repo through a "http" to use with the Tortoise SVN GUI Client? E.g. "http://svn2.assembla.com/svn/U08183/trunk" N.B Would be great if someone produce a HowTo on this topic Thanks SiMiE
Also the error message recieved is "Unable to find 'svn' tool at location '/usr/bin/svn'" See http://simie.homedns.org/svn/
Thanks Falko!!! I feel really stupid , because i saw information about "safe mode" and i thought i had already disabled it previously for other scripts. Disabled "safe mode" now and all is working... Thanks again