Modify ↓
Opened 12 years ago
Closed 9 years ago
#10460 closed defect (wontfix)
some problem with TRAC 0.12 and GIT 1.7.10.2 (Apple Git-33)
Reported by: | anonymous | Owned by: | Herbert Valerio Riedel |
---|---|---|---|
Priority: | normal | Component: | GitPlugin |
Severity: | normal | Keywords: | Mac OS, GIT 1.7.10.2, Gitplugin |
Cc: | Trac Release: | 0.12 |
Description (last modified by )
When I want to set up TRAC with GIT on my Mac OS X 10.8 sever, I used TRAC 0.12, GIT 1.7.10.2 (Apple Git-33) and install the plugin using "easy_install http://github.com/hvr/trac-git-plugin/tarball/master";
But when I started the TRAC sever, there's an error on the website, which is:
Warning: Can't synchronize with repository "(default)" (GIT backend not available). Look in the Trac log for more information.
So I checked the log and find this error:
Trac[git_fs] ERROR: GitError: Could not retrieve GIT version (tried to execute/parse '/usr/bin/git --version' but got ValueError('too many values to unpack',))
Does anyone have some kind of solutions to this problem?
Thanks a lot for helping me.
Attachments (0)
Change History (4)
comment:1 Changed 12 years ago by
Component: | SELECT A HACK → GitPlugin |
---|---|
Description: | modified (diff) |
Owner: | changed from anonymous to Herbert Valerio Riedel |
comment:2 Changed 12 years ago by
comment:3 Changed 12 years ago by
It seems that the same issue has been reported at trac:#10731 and fixed in Trac 1.0 (trac:r11067).
comment:4 Changed 9 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
GitPlugin is deprecated. Please upgrade to Trac 1.0 and use TracGit.
Note: See
TracTickets for help on using
tickets.
As far as I know, there is no one maintaining the GitPlugin. Your best bet is probably to upgrade to Trac 1.0, which has support for Git repositories.