Quantcast
Channel: BitNami Answers - latest questions
Viewing all articles
Browse latest Browse all 2052

bitnami trac integration with subversion on windows

$
0
0

I have collabnets subversion edge installed on same server as bitnami I am trying to update the subversion repository which I can browse from trac so that when I check in the post-commit.bat will update trac with the latest changeset. So I have amended my post script as suggested in the trac help but it does not work! I have got a little further I have something like this in my post-commit.bat

set repository=%1
set revision=%2
@echo off
CALL D:\\PROGRA~1\\BITNAM~1\\scripts\\setenv.bat
trac-admin "D:\\BITNAM~1\\CM_TEST" "Changeet added" "%1" "%2"

Now when I check my code I am getting:

Error post-commit hook failed (exit code 1) with output Error 'import site' failed; use -v for traceback Error "Traceback (most recent call last): Error File "D:\Program Files\BitNami Trac Stack\apps\trac\Scripts\trac-admin-script.py", line 5, in <module> Error from pkg_resources import load_entry_point Error ImportError: No module named pkg_resources

Where am I going wrong??


Viewing all articles
Browse latest Browse all 2052

Trending Articles