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

Re: Python Traceback Problem Pls help!!!

From: Ryan Schmidt <subversion-2006Q1_at_ryandesign.com>
Date: 2006-04-22 13:14:28 CEST

On Apr 22, 2006, at 06:47, ashok wrote:

> Any idea about configuring Horde + Chora a very good Web GUI with
> SVN. Im
> trying it but getting some Error like
>
> svn: Can't check path '/root/.subversion': Permission denied

Running through your web server, Subversion thinks its home directory
is /root. Possibly that is wrong: Possibly you just need to configure
the user under which your web server runs to have a normal home
directory. If that doesn't work, then you'll have to settle for
creating the directory /root/.subversion and filling it with the
things Subversion expects to find there (you could for example copy
it from the .subversion directory in your home directory, then make
sure that the config and auth entries still make sense). Presumably
the user under which your web server runs would also need to be able
to read this directory.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat Apr 22 13:15:50 2006

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.