- Python pizza status
- Why Gen Y Is Going to Change the Web
- Understanding how you process information to help you get organized, part 2
- OLPC Will Ship With Windows XP
- How to Be On Time Every Time
- Poor Children Of The World No Longer Will Have To Struggle With Linux
- HubSpot Gets $12 Million To Drive Traffic to Your Site
- Google kills Anonymous AdSense account
- Epic Fail....
- Lifehack Digest for May 14
- Debian/Ubuntu users: update your SSL keys and certs
- Information Overload
- Scattered Clouds
- Cleaning Your Display and Keyboard
- Knievel Fail
- New Google Service Turns Web Pages into Networking Sites
- Ice Cream Fail
- Strange Fail
- Obedience Fail
- Scary Clown






















Hello, I'm trying for some
Hello,
I'm trying for some days to run trac with git and had followed several tutorial but nothing still yet.
I found your explanations very usefull (mostly the part of installing it on $HOME), but I did everything you said about the GIT configurantion and I'm getting the error:
Warning: Can't synchronize with the repository (Unsupported version control system "git". Check that the Python support libraries for "git" are correctly installed.)
Trac Error
Unsupported version control system "git". Check that the Python support libraries for "git" are correctly installed.
Here is how my trac.config is:
[trac]
repository_dir = /home/kossmann/temp/teste/.git
repository_type = git
[git]
cached_repository = true
persistent_cache = true
shortrev_len = 6
git_bin = /usr/bin/git
[components]
# for plugin version 0.10
# gitplugin.* = enabled
# for plugin version 0.11.0.1+
tracext.git.* = enabled
--------------
The only thing I did different was that I changed the trac installation directory to ~/trac (I changed all the commands that referred to the original path).
Could you give me some help?
Thanks,
Daniel Kossmann