Edgewall Software

Changes between Version 13 and Version 14 of TracDev/DevelopmentEnvironmentSetup


Ignore:
Timestamp:
Dec 31, 2009, 1:14:04 AM (14 years ago)
Author:
anatoly <techtonik@…>
Comment:

setuptools≥0.6c10 now works with SVN 1.6

Legend:

Unmodified
Added
Removed
Modified
  • TracDev/DevelopmentEnvironmentSetup

    v13 v14  
    11= Developer setup for Trac =
    2 This tutorial assumes you have SVN installed.  If you don't have SVN installed please go to the [http://subversion.tigris.org/ Subversion] website and follow the directions of installation there.  Currently, Python's "setup tools" does not work correctly with SVN 1.6, so it is best while/when working with Trac to use a 1.5
    3 version of SVN.  See [http://bugs.python.org/setuptools/issue64 setuptools issue with SVN 1.6] for more information and the current status of this issue.
     2This tutorial assumes you have SVN installed.  If you don't have SVN installed please go to the [http://subversion.tigris.org/ Subversion] website and follow the directions of installation there.
    43
    54== Where to go for more information ==
     
    3332
    3433=== Get easy_install ===
    35 Go to [http://peak.telecommunity.com/DevCenter/EasyInstall#installing-easy-install installing-easy-install] and follow the instructions there.  However, most of the time you just take the text at [http://peak.telecommunity.com/dist/ez_setup.py ez_setup.py], save it as ez_setup.py on your hard drive, then from the command-line prompt type:
     34It is possible that you already have easy_install of you have "setuptools" installed. Just make sure it's version is >= 0.6c10. Previous version does not work correctly with SVN 1.6.
     35
     36Otherwise go to [http://peak.telecommunity.com/DevCenter/EasyInstall#installing-easy-install installing-easy-install] and follow the instructions there.  However, most of the time you just take the text at [http://peak.telecommunity.com/dist/ez_setup.py ez_setup.py], save it as ez_setup.py on your hard drive, then from the command-line prompt type:
    3637{{{
    3738python ez_setup.py