Hi Bill, I know this is not a complete solution to your problem, but I wanted to flag this line in your writeup: "t I found in the docs that after version 11 there was no need to install the plugin, and that there was git support built in"
This is not correct -- as far as I know, every Trac release so far requires the TracGit plugin from http://trac-hacks.org/wiki/GitPlugin. The upcoming 1.0 release (formerly known as 0.13) will be the first to include the TracGit component in the core distribution, but it hasn't been released yet. So, if you're running the latest Trac release (0.12.3) you'll want to install the TracGit plugin and revert your trac.ini configuration to the version that was pointing to that component (tracext.git.* = enabled etc) -- maybe there's just some problem with your installation of that plugin. Hope this helps a bit, Ethan On Mon, Jun 18, 2012 at 11:29 AM, mbs400 <[email protected]> wrote: > I have several Trac SVN projects that I have been using for a long time > with no problems (other than subversion glitches). I have been trying for > the last couple of days to set up a small project using Trac Git. So far I > have been unsuccessful. I would like to migrate the main projects over to > Git providing I can get this initial project working correctly. > > I have several screen captures that show the setup, trac.ini, the log > info, the errors, etc. > > Hopefully someone can provide some help. I have gone through everything I > could find on the web, some of it several times, the Trac docs, etc. > > http://www.journey-of-flight.com/bh_trac/osx_trac_svn_git_setup.php > > I am running on OS X Lion > > Thanks for any help, > > Bill Hernandez > Plano, Texas > > -- > You received this message because you are subscribed to the Google Groups > "Trac Users" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/trac-users/-/E35xl1g5Dv4J. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/trac-users?hl=en. > -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/trac-users?hl=en.
