access permission on setting up Subversion server. Help!
From: Mark Grosberg <mark_at_nolab.conman.org>
Date: 2003-05-09 23:49:14 CEST
> As the INSTALL guide said, there exist permission problem. So what is
The files in your SVN repository /svn/repos/L3 (and the directory L3) must
Even though you start Apache as root, the worker tasks will change their
You should make your repository files owned by that user/group. If for
chown -R svn /svn/repos/L3
would do the trick. On Linux, you can combine them typically to:
chown -R svn.devel /svn/repos/L3
will do it as well.
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.