Edgewall Software

Changes between Version 2 and Version 3 of TracMercurial


Ignore:
Timestamp:
Nov 3, 2005, 4:43:10 PM (19 years ago)
Author:
Christian Boos
Comment:

fixed svn repository links

Legend:

Unmodified
Added
Removed
Modified
  • TracMercurial

    v2 v3  
    1717Simply do:
    1818{{{
    19 svn co http://projects.edgewall.com/trac/branches/cboos-dev/versioncontrol/vc-refactoring trac-for-hg
     19svn co http://svn.edgewall.com/repos/trac/branches/cboos-dev/vc-refactoring trac-for-hg
    2020}}}
    2121and install from there (`cd trac-for-hg; python setup.py install`).
     
    2727Check it out, too:
    2828{{{
    29 svn co http://projects.edgewall.com/trac/branches/cboos-dev/versioncontrol/hg-plugin .
     29svn co http://svn.edgewall.com/repos/trac/branches/cboos-dev/hg-plugin .
    3030}}}
    3131and create an "egg" from there (`cd hg-plugin; python setup.py bdist_egg`).