Hi Ryan, Those commands work fine from the server. For example:
<list path="file:///var/rancid/svn"> <entry kind="dir"> <name>EXAMPLE</name> <commit revision="6"> <author>rancid</author> <date>2014-08-12T08:37:34.323817Z</date> </commit> </entry> </list> </lists> I have the following setting on config.php to point websvn to the repo: $config->addRepository('EXAMPLE', 'file:///var/rancid/svn'); Before I added that configuration in, I am able to load the http://myserver/websvn page. Is there any guideline on how to properly link websvn with the svn repo? I am using http://blog.fakrul.com/post/67554663532/rancid-websvn-centos-howto guideline. All works fine except the last part which is pointing the svn repo in websvn. Thanks, Jimmy On Tue, Aug 12, 2014 at 10:06 PM, Ryan Schmidt < subversion-2...@ryandesign.com> wrote: > On Aug 12, 2014, at 9:04 AM, Jimmy Halim wrote: > > > Here are the web error logs: > > > > [Tue Aug 12 21:24:21 2014] [error] [client 172.16.9.254] Error running > this command: svn --non-interactive --config-dir /tmp log --xml --verbose > -r HEAD:1 'file:///var/rancid/svn/@HEAD' --limit 2 > > [Tue Aug 12 21:24:21 2014] [error] [client 172.16.9.254] Error running > this command: svn --non-interactive --config-dir /tmp log --xml --verbose > 'file:///var/rancid/svn/@' --limit 2 > > [Tue Aug 12 21:24:21 2014] [error] [client 172.16.9.254] Error running > this command: svn --non-interactive --config-dir /tmp log --xml --quiet > 'file:///var/rancid/svn/@' --limit 1 > > [Tue Aug 12 21:24:22 2014] [error] [client 172.16.9.254] Error running > this command: svn --non-interactive --config-dir /tmp log --xml --quiet > 'file:///var/rancid/svn/@' --limit 1 > > [Tue Aug 12 21:24:22 2014] [error] [client 172.16.9.254] Error running > this command: svn --non-interactive --config-dir /tmp list --xml > 'file:///var/rancid/svn/@' > > Do any svn commands work from the server? > > If not, could it be that the web server cannot find the svn command? Where > is it installed? Is websvn configured to know that? > >