Edgewall Software

Changes between Version 60 and Version 61 of TracOnDebian


Ignore:
Timestamp:
Jul 23, 2005, 1:37:02 AM (19 years ago)
Author:
deprimer@…
Comment:

made my life easier during installation!!

Legend:

Unmodified
Added
Removed
Modified
  • TracOnDebian

    v60 v61  
    108108   I was able to test by going to !http://servername.foo.com/svn/project where I could see the empty directories as imported. I did not move on to the next step until this worked right!
    109109
     110UPDATE: I had some problems with the WebDAV module not loading. To enable this, you need to create some sym links inside /etc/apache2/mods-enabled. I typed this to get it to work:
     111{{{
     112ln -s /etc/apache2/mods-available/dav.load /etc/apache2/mods-enabled/dav.load
     113ln -s /etc/apache2/mods-available/dav_fs.load /etc/apache2/mods-enabled/dav_fs.load
     114apache2 -k restart
     115}}}
     116
     117If you are having problems restarting and the error is something like "Unknown DAV provider: svn" try installing the libapache2-svn module by typing
     118{{{
     119apt-get install libapache2-svn
     120apache2 -k restart
     121}}}
     122
    110123 * Getting Trac running:
    111124