Edgewall Software

Changes between Version 21 and Version 22 of TracOnWindows


Ignore:
Timestamp:
Jun 13, 2004, 7:46:35 AM (20 years ago)
Author:
anonymous
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • TracOnWindows

    v21 v22  
    3434
    3535=== Create Repository ===
    36 5. Create Repository Directory
     365. Create repository directory
    3737{{{
    3838D:\> md d:\svn
    3939}}}
    4040
    41 6. Create Repository
     416. Create repository
    4242{{{
    4343D:\> svnadmin create d:\svn\repo1
     
    5959}}}
    6060
    61 8. Build Repository Tree
     618. Build repository tree
    6262{{{
    6363D:\> svn import d:\temp\project file:///d:/svn/repo1 -m "Initial Load"
     
    25725729. Restart Apache
    258258
    259 30. Hold your breath, test TRAC install
     25930. Hold your breath, test Trac install
    260260  http://[hostname]:80/cgi-bin/trac.cgi
    261261
    262262=== Finally... ===
    263 31. Install Subversion Clients as necessary (try [http://rapidsvn.tigris.org RapidSVN] & [http://tortoisesvn.tigris.org/ TortoiseSVN])
     26331. Install Subversion clients as necessary (try [http://rapidsvn.tigris.org RapidSVN] & [http://tortoisesvn.tigris.org/ TortoiseSVN])
    264264
    26526532. Don't forget to lock down the security on the box!