This forum is no longer active. Please post your questions to our new community site

Forums Trac

Issues with BitNami Trac Stack Windows Server2008

Subscribe to Issues with BitNami Trac Stack Windows Server2008 2 post(s), 2 voice(s)

 
Avatar omid 1 post

Hi, I’m a newbie

First thanks for your hard work! BitNami is great!

I’ve installed the BitNami trac stack on Windows Server 2008. And I’m running into a couple of problems:

1) trac-admin.exe doesn’t run. I just tried to execute “trac-admin.exe help” and I get this error message:

Traceback (most recent call last):
File “c:\Program Files\BitNami Trac Stack\trac\Scripts\trac-admin-script.py”, line 5, in
from pkg_resources import load_entry_point
File “C:\Program Files\BitNami Trac Stack\python\lib\site-packages\setuptools-0.6c11-py2.5.egg\pkg_resources.py”, line 2603, in
File “C:\Program Files\BitNami Trac Stack\python\lib\site-packages\setuptools-0.6c11-py2.5.egg\pkg_resources.py”, line 666, in require
File “C:\Program Files\BitNami Trac Stack\python\lib\site-packages\setuptools-0.6c11-py2.5.egg\pkg_resources.py”, line 565, in resolve
pkg_resources.DistributionNotFound: Genshi>=0.5

2) Also, I was able to create a new project in SVN using ‘svn -import’, and can browse the source code with Trac. But I can’t figure out how do I connect to SVN repository from an external computer from TortoiseSVN?

 
Avatar Beltrán Rueda Administrator 3,714 post(s)

Hi,

Have you tried to run the trac-admin.exe from the Trac console? This console configures the environment variables necessary to run any Stack command. You can start this console from Start → Programs → BitNami Trac Stack → use_trac

To configure Tortoise from another machine you should specify the following URL: svn://IP_address_of_the_repository_computer/repository_name

Forums Trac