Re: [Codestriker-user] full file view for subversion
Brought to you by:
sits
|
From: Sean Moss-P. <se...@mo...> - 2004-10-22 09:53:32
|
On Oct 22, 2004, at 4:11 PM, David Sitsky wrote: > Hi Sean, > > On Fri, 22 Oct 2004 16:58, Sean Moss-Pultz wrote: >> I've searched this lists archives and googled but can't find out how >> to >> configure the full file view for a subversion repository. Right now >> when I click on 'Parallel' it opens a new window and just hangs. No >> content is every displayed. > > This might be a permissions issue. Check your apache error logs to > see if > there is anything helpful in there. You need to make sure the user > running apache can execute the svn commands. I have anonymous access disabled. I'm using Basic authentication with subversion. I have an "AuthUserFile" that handles all the login information. I added wwwrun (the user for apache under SuSE) with no password. Things seem to work fine now. I'd read around on SuSE's (my distro) discussion board and they _strongly_ suggest not to change the password for the user that runs apache. Actually I think this is not really even a user is the technical sense. I can't login as it. Right now it has read access to everything. This is a temporary solution but I would really like to figure out a way to use some form of authentication. I could take a look into the code this weekend. I might have some free time. Do you have any ideas off the top of your head? > > > Having said all that, I am not an expert in Subversion. Someone else > on > this list may have some better ideas here, on how this is done. > > I'll update the manual once we get this sorted out. I would be more than happy to help with this one! -Sean |