Edgewall Software

Changes between Version 27 and Version 28 of TracOnUbuntu


Ignore:
Timestamp:
Nov 14, 2005, 6:36:36 AM (18 years ago)
Author:
anonymous
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • TracOnUbuntu

    v27 v28  
    152152That didn't work until I changed /var/trac to /var/trac/YourProjectName
    153153
    154 Now it's time to celebrate with beer.
     154=== Breezy ===
     155I had to add a <Location> section to the virtual host to make the SVN repository work correctly:
     156
     157{{{
     158        <Location /svn>
     159        DAV svn
     160        SVNParentPath /var/svn
     161        </Location>
     162}}}