This forum is no longer active. Please post your questions to our new community site
Issues with BitNami Trac Stack Windows Server2008
|
|
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): 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? |
|
|
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 |

