SVN + Trac Integration

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ssnaik84
    New Member
    • Aug 2009
    • 149

    SVN + Trac Integration

    Hello,

    I'm trying to configure VisualSVN server with Trac.
    I'm following these instructions.

    Everything is installed perfectly. But, while starting Tracd server, I'm getting error:
    Cannot find Python executable C:\Ivan\server-trunk\trac\dist \python \python.exe

    Please let me know.. where i'm going wrong..

    Thanks in Adv.
    Swapnil
  • ssnaik84
    New Member
    • Aug 2009
    • 149

    #2
    I got a solution.. :)
    Trac sets a default path for python executable in .py files of C:\Program Files\VisualSVN Server\trac\pyt hon\Scripts.
    it's C:\Ivan\server-trunk\trac\dist \python \python.exe
    We have to replace it by searching location of python.exe

    follow these steps:
    -----------------------------
    1) open folder: C:\Program Files\VisualSVN Server\trac\pyt hon\Scripts
    2) open all .py files.
    3) you will find first line of each file as
    #!C:\Ivan\serve r-trunk\trac\dist \python \python.exe
    4) replace it as
    #!"C:\Program Files\VisualSVN Server\trac\pyt hon\python.exe"
    5) open command prompt
    6) run command as:
    tracd --port 8000 c:\Trac\YourPro ject

    thats it!! and done!! your trac server is live..!!

    Comment

    Working...