Edgewall Software

Changes between Version 16 and Version 17 of TracUbuntuMultipleProjects


Ignore:
Timestamp:
May 31, 2008, 5:24:50 PM (16 years ago)
Author:
ThurnerRupert
Comment:

remove unnecessary step

Legend:

Unmodified
Added
Removed
Modified
  • TracUbuntuMultipleProjects

    v16 v17  
    6565% sudo mkdir /var/lib/svn/YourProjectNameHere
    6666% sudo svnadmin create /var/lib/svn/YourProjectNameHere
    67 % sudo svn mkdir file:///var/lib/svn/YourProjectNameHere/branches file:///var/lib/svn/YourProjectNameHere/tags file:///var/lib/svn/YourProjectNameHere/trunk -m "initial structure"
    6867}}}
    69 
    70 the tmp files are necessary so that the svn import command has something to import (even if it's empty). if you dont do all this the initenv command will fail, complaining that whatever SVN directory you give it "isnt an SVN directory".
    7168
    7269then issue: