Travis - The problem is cPanel. Trac will run on Apache 1 (if you recompile from source), but Subversion will not. Subversion's mod_svn_dav requires Apache2. cPanel, at this time, only supports Apache 1.
So, if you want to access SVN via http:// you have three choices: 1) Ditch cpanel, blow away your server and reinstall it, and have Trac, Subversion, and a server that runs smoothly, without buggy software, and without training wheels... 2) Try to install Apache2 in a separate folder, which *might* require the installation of the development-tools group of packages and rebuilding the RPMs from source so that they have a different root. You'll then need to install and keep up with patches. 3) Have someone else host a subversion repository + trac for you on a remote server. I'd go with #1 or #3 preferably. #2 would be a pain in the arse, but I've done it. Otherwise, you can just run tracd as your trac server on a higher port and not have http:// access (or auth) to subversion. This gets *sticky* because tracd needs access to the subversion repo via the filesystem, and since your users are writing directly to svn via filesystem/svn+ssh (and require system accounts), it means that you'll need to set their default group and umask to one that the webserver running trac can at least read from. (Actually, I've never tried that. Can trac do with read only access to subversion?) Summation: Ditch cPanel. It sucks and it's created a generation of sh! tty sysadmins that don't really know what they're doing. -K On Feb 4, 1:30 am, "Trevor Fitzgerald" <[EMAIL PROTECTED]> wrote: > I've been trying to find some company that can install Trac for me but > have had poor luck. > > So basically here's the rundown of what I need: > > I want Trac and subversion installed on my dedicated CentOS server > with cPanel control panel hosted at ServerBeach. It needs to be > installed from the ground up, including all dependencies. > > I want both svn and trac setup as subdomains:http://svn.domain.com > andhttp://trac.domain.com > > I'm looking for somebody with experience in it to help me out. > > Thanks! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/trac-users?hl=en -~----------~----~----~----~------~----~------~--~---
