Edgewall Software

Changes between Version 7 and Version 8 of Ubuntu-11.04-Subversion


Ignore:
Timestamp:
Dec 20, 2010, 4:16:36 PM (13 years ago)
Author:
gacevedo@…
Comment:

When configuring Trac, question about MySQL is previous to question about SVN.

Legend:

Unmodified
Added
Removed
Modified
  • Ubuntu-11.04-Subversion

    v7 v8  
    114114}}}
    115115
    116 You will need to fill in some information, like the project name. Pay attention to the question about the location of the Subversion project. Enter the path as discussed before:
     116Also you will need to fill in some information, like the project name. It will ask you for the MySQL connection string. Input the following (according to the way we did setup the MySQL database in the step 2.2).
     117{{{
     118mysql://trac:yourpassword@localhost/trac
     119}}}
     120
     121Pay attention to the question about the location of the Subversion project. Enter the path as discussed before:
    117122{{{
    118123/var/lib/svn/YourProject
    119 }}}
    120 
    121 Also, it will ask you for the MySQL connection string. Input the following (according to the way we did setup the MySQL database in the step 2.2).
    122 {{{
    123 mysql://trac:yourpassword@localhost/trac
    124124}}}
    125125