[Trac] I keep getting my email rejected - please help...

2012-06-29 Thread mbs400
...@lists.macromates.com I am already a member of a google group, which this shows... From: mbs400 m...@mac-specialist.com Subject:Re: [Trac] Re: Even though path is correct, I get an error bash: git-receive-pack: command not found. Date: June 28, 2012 1:11:52 PM CDT

Re: [Trac] Re: Even though path is correct, I get an error bash: git-receive-pack: command not found.

2012-06-27 Thread mbs400
I described the whole process how I got this working without the errors when I tried to pust to the remote repository, in the hopes it might help someone else. I could have been here till the cows came in, if it hadn't been for matthew Caron and his constant help. At the Server : I

Re: [Trac] Re: Even though path is correct, I get an error bash: git-receive-pack: command not found.

2012-06-27 Thread mbs400
I tried to pust to the remote repository Should be : I tried to PUSH to the remote repository -- You received this message because you are subscribed to the Google Groups Trac Users group. To view this discussion on the web visit

[Trac] Re: Even though path is correct, I get an error bash: git-receive-pack: command not found.

2012-06-26 Thread mbs400
Matthew, I ran these on the server as you suggested $ cd /usr/local/bin $ sudo ln -s /usr/local/git/bin/* . but the error is still there. # # From my workstation # $ cd '/data/git/sandbox/tmp/' $ pwd --- /data/git/sandbox/tmp $ git status --- #

[Trac] Even though path is correct, I get an error bash: git-receive-pack: command not found.

2012-06-25 Thread mbs400
When I try to do a $ git push origin master, I get an error bash: git-receive-pack: command not found. When I do a $ which git on the remote server, it gives me the same path /usr/local/git/bin/git, asn shown in echo $PATH. $ cd '/data/git/sandbox/tmp/' $ pwd --- /data/git/sandbox/tmp $

[Trac] Re: Even though path is correct, I get an error bash: git-receive-pack: command not found.

2012-06-25 Thread mbs400
This : ### (next command) works fine if I force the path at the time I push. So git seems ### git-receive-pack if I force the same path shown when I echo the $PATH below. Should have been: ### (next command) works fine if I force the path at the time I push. -- You received this

Re: [Trac] Unable to get Trac Git working, all my Trac SVN work perfect...

2012-06-19 Thread mbs400
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

[Trac] Unable to get Trac Git working, all my Trac SVN work perfect...

2012-06-18 Thread mbs400
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

Re: [Trac] Unable to get Trac Git working, all my Trac SVN work perfect...

2012-06-18 Thread mbs400
Ethan, Thanks for replying... I tried : --- http://trac-hacks.org/wiki/GitPlugin For Trac 0.12 --- tried : $ sudo easy_install http://github.com/hvr/trac-git-plugin/tarball/master --- and it installed without any errors. Configuration

Re: [Trac] Unable to get Trac Git working, all my Trac SVN work perfect...

2012-06-18 Thread mbs400
( 1 ) I am new to git, and github went to logged in : https://github.com/hvr/trac-git-plugin/pull/15 There's a patch attached to that request which looks like it should fix this exact error you're seeing if you make the necessary change to your copy of the plugin's code and reload

Re: [Trac] Unable to get Trac Git working, all my Trac SVN work perfect...

2012-06-18 Thread mbs400
I found https://help.github.com/articles/using-pull-requests This looks like it is going to take some time to figure out... -- You received this message because you are subscribed to the Google Groups Trac Users group. To view this discussion on the web visit

Re: [Trac] Unable to get Trac Git working, all my Trac SVN work perfect...

2012-06-18 Thread mbs400
I found out that an egg is basically a zip file, with some additional info about the egg. With that in mind I figured out how to edit the file. In the beginning BBEdit wanted me to save a copy of the file until I found that by renaming the file, and unzipping it, I could the edit it. I am sure