> > Matthew, > > >> This worked perfectly, thanks a million... > > >> Being new to GIT having the commands in the correct order is fantastic. I >> can now read up on these commands, and even though the general gist makes >> sense, it will actually be extremely helpful to read up on the process of >> patching. Not having worked with python before, I didn't realize is that it >> was an interpreted/compiled language. This has been really interesting, and >> I would have nerver gotten this working without all the great help. I can >> begin converting the other SVN repositories to GIT, throw away my >> subversion books and get some new git material to read... > > >> Many thanks also to Ethan Jucovy, and Peter Suter for helping... > > >> $ git clone https://github.com/hvr/trac-git-plugin.git > > $ cd trac-git-plugin/ > > $ git remote add patch https://github.com/choey/trac-git-plugin.git > > $ git fetch patch > > $ git merge patch/master > > $ python setup.py bdist_egg > > >> ## sudo cp dist/TracGit-0.12.0.5dev-py2.6.egg <wherever the egg goes> > > >> $ sudo cp dist/TracGit-0.12.0.5dev-py2.7.egg >> /Library/Python/2.7/site-packages/ > > >> <restart trac> > > $ export >> TRAC_ENV_INDEX_TEMPLATE=/bh_repository/trac_support/templates/projects.html > > $ /usr/local/bin/tracd --port=8000 -e /bh_repository/bh_trac >> --basic-auth=*,/bh_repository/bh_trac/.htpasswd,/bh_repository/bh_trac > > Server starting in PID 983. > > Serving on 0.0.0.0:8000 view at http://127.0.0.1:8000/ > > >> Using HTTP/1.1 protocol version > > 127.0.0.1 - - [19/Jun/2012 11:34:36] "GET / HTTP/1.1" 200 - > > 127.0.0.1 - - [19/Jun/2012 11:34:39] "GET /git_net HTTP/1.1" 200 - > > > Bill Hernandez Plano, Texas http://www.journey-of-flight.com
-- 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/-/jxhC25Gxe3AJ. 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.
