Edgewall Software

Changes between Version 33 and Version 34 of TracOnUbuntu


Ignore:
Timestamp:
Feb 7, 2006, 7:21:08 PM (18 years ago)
Author:
anonymous
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • TracOnUbuntu

    v33 v34  
    9595If you see a simple web page which says '''Revision 1: /''' and lists ''branches'', ''tags'', and ''trunk'', your Subversion install is up and running!
    9696
    97 You will also need to modify the settings in {{{/etc/apache2/mods-available/dav_svn.conf}}}
    98 
    99 {{{ 
    100 # Uncomment this to enable the repository,
    101 DAV svn
    102 
    103 # Set this to the path to your repository
    104 SVNParentPath /var/svn
    105 }}}
    106 
    10797Now let's finish the Trac install (but don't go on to Trac install until you have the above working properly).
    10898
     
    154144For more complex mod_python configs, see TracModPython
    155145
     146You will also need to modify the settings in {{{/etc/apache2/mods-available/dav_svn.conf}}}
     147
     148{{{ 
     149# Uncomment this to enable the repository,
     150DAV svn
     151
     152# Set this to the path to your repository
     153SVNParentPath /var/svn
     154}}}
     155
    156156Now, follow the Subversion setup instructions in Step 4 (just the Subversion setup - you don't have to do the rest). Next,
    157157