Re: [git-users] Subdirectories and Continuous Integration

2011-04-03 Thread Thomas Ferris Nicolaisen
I would go for splitting them into 7 isolated projects. In my experience, the advantages of this isolation greatly outweighs advantages of keeping them in one place, regardless of what SCM you are using. You want CruiseControl to build the 7 different apps as 7 different projects. If this is pr

[git-users] Re: error "squash commits first" when git push

2011-04-03 Thread Thomas Ferris Nicolaisen
Hi Carter, It's a bit hard to understand what you are doing here. Please write exactly what you commands you are doing and the console output you are getting as a result. Generally, squashing means rewriting several old commits into being a single commit. It is "general Git knowledge" that you

Re: [git-users] error "squash commits first" when git push

2011-04-03 Thread Konstantin Khomoutov
On Sat, Apr 02, 2011 at 10:33:55PM -0700, Carter wrote: > 1. There are 3 commits > 2. I have pushed the early 2 > 3. When I try to push the 3rd, fail, and I am informed: Squash commits > first. > 4. I learnt that we should not squash pushed commits > ?. How to handle this failure? Quick googling f

[git-users] Re: Git enterprise setup on a large project

2011-04-03 Thread Thomas Ferris Nicolaisen
Hi Fred, I think there are many of us with experiences from old setups where SCM was just used wrong :) Although your idea sounds possible, I'm not sure if it would be good for an enterprise setup. It kind of sounds like an internal open-source project, where the project leader accepts patches

[git-users] git: command not found

2011-04-03 Thread suresh
Hi I am able to use, git --version, git init, git commit -a successfully from my ubuntu 10.04 running git version 1.7.0.4. But when i give git config core.editor "vi" I get an error message, git: command not found. What is happening? suresh -- You received this message because you are subsc

Re: [git-users] git: command not found

2011-04-03 Thread David Aguilar
On Apr 3, 2011, at 5:42 PM, suresh wrote: > Hi > > I am able to use, git --version, git init, git commit -a successfully > from my ubuntu 10.04 running git version 1.7.0.4. But when i give > > > git config core.editor "vi" > > I get an error message, git: command not found. > > What is happe

[git-users] Re: git: command not found

2011-04-03 Thread suresh
thanks for responding. I use ubuntu 10.04 packages only. I do not have git-config binary in my path. suresh On Apr 3, 5:57 pm, David Aguilar wrote: > On Apr 3, 2011, at 5:42 PM, suresh wrote: > > > Hi > > > I am able to use, git --version, git init, git commit -a successfully > > from my ubuntu

[git-users] Re: git: command not found

2011-04-03 Thread suresh
as an update, now all the following commands work in the same xterm where it was not working earlier, a few hours ago. I know it sounds stupid but thats what i see. git config core.editor vim git config core.editor vi git config --global core.editor vi git config --global core.editor vim so i