I installed BitNami Trac Stack today. I chose to let the installer register the bitnami python with py files (I already have python installed). Then I chose to not create a project for me.
Now I created my own trac project using the trac-admin-script.py<location> <projectname> initenv. Then I removed all wiki pages, set my own user as admin (TRAC_ADMIN rights) and added a new repository called 'Local' pointing to a local repository checkout.
So far so good.
When i issue the command 'repository sync "Local"' or 'repository resync "Local"' it gives me the following error:
TracError: Unsupported version control system "svn": Can't find an appropriate component, maybe the corresponding plugin was not enabled?
What do I need to do to fix this?
I am using Windows 7 with Trac Stack 1.0.1
I am using Python 3.3
Thank you in advance.
edit: I added the version of python I am using.