Edgewall Software

Changes between Version 9 and Version 10 of TracOnWindows/Python2.5


Ignore:
Timestamp:
Oct 3, 2006, 2:52:10 PM (18 years ago)
Author:
Christian Boos
Comment:

Don't use the branch anymore

Legend:

Unmodified
Added
Removed
Modified
  • TracOnWindows/Python2.5

    v9 v10  
    3030== Installing Trac ==
    3131
    32 First, you need the genshi branch from the sandbox:
     32You simply need the latest trunk (0.11dev):
    3333{{{
    3434> cd C:\src
    35 > svn checkout http://svn.edgewall.com/repos/trac/sandbox/genshi trac-genshi
    36 > cd trac-genshi
     35> svn checkout http://svn.edgewall.com/repos/trac/trunk
     36> cd trunk
    3737> python setup.py install
    3838}}}