Re: [Codestriker-user] Re: full file view for subversion
Brought to you by:
sits
|
From: Sean Moss-P. <se...@mo...> - 2004-11-03 14:04:16
|
On Nov 3, 2004, at 9:23 PM, Jason Remillard wrote:
> It would help to know more about your config so I can setup things
> correctly
> tonight. First, how are you accessing svn, apache, the svn server, or
> locally.
> If you are using apache how are you authenticating and do you have any
> messages
> in your apache error log.
I'm away from work otherwise I'd send you my config files. But here's
the basic setup...
I'm running SuSE 9.1 Pro, Subversion 1.1.1, Apache 2.0.52. I'm using
SVNParentPath and mod_authz_svn for authentication. We only use HTTP
for access.
There is no global read access. We have quite strict (unfortunately)
access policy rights. I assign access based on a particular directory.
Right now I have setup the user wwwrun to have global read access to
all repositories. This is the user than runs apache2 under SuSE's
default setup. This user also owns all the files in every repository
(chown -R wwwrun:www <repos_name>/{dav,db,locks}).
I can run svn cat --revision X http://<...>/svn/trunk/file.c --username
wwwrun --password '' with no problems from the command line.
Hope that helps. I'll be up for another few hours. Let me know if you
need anything else.
I really appreciate your time and energy to help me solve this one!
-Sean
|