[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Error running this command: svn --non-interactive --config-dir /tmp

From: Jimmy Halim <jhalim10_at_gmail.com>
Date: Tue, 12 Aug 2014 16:26:22 +0800

Hi guys,

I am new to websvn. I have installed rancid, svn, and websvn today. I have
also created repository for testing. All looks good until I encountered the
following error while browsing:
http://server_ip/websvn/

Error running this command: svn --non-interactive --config-dir /tmp list
--xml 'file:///var/rancid/svn/@'

Any idea why this is happening? I have modified the
/usr/share/websvn/include/config.php to include the repository directory:
$config->addRepository('EXAMPLE', 'file:///var/rancid/svn/');

When I run the command manually, it looks that I am getting a good result:

svn --non-interactive --config-dir /tmp list --xml
'file:///var/rancid/svn/@'
<?xml version="1.0"?>
<lists>
<list
   path="file:///var/rancid/svn">
<entry
   kind="dir">
<name>EXAMPLE</name>
<commit
   revision="6">
<author>rancid</author>
<date>2014-08-08T14:29:14.284275Z</date>
</commit>
</entry>
</list>
</lists>

I am sorry if this has been discussed before. I have tried to search in the
topics, but return nothing. Many thanks.

Cheers,
Jimmy
Received on 2014-08-12 10:26:55 CEST

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.