[git-users] Re: issue in deployment : fatal: unable to create '.git/index.lock': File exists

2011-07-17 Thread Thomas Ferris Nicolaisen
Hi Erwin, Finding the right branching/deployment model in Git is pretty much up to your imagination :) However, if you're not the creative type, there's a de-facto "best practice" model here: http://nvie.com/posts/a-successful-git-branching-model/ Maybe you'll find this model inspiring. Note t

[git-users] Re: issue in deployment : fatal: unable to create '.git/index.lock': File exists

2011-07-17 Thread Thomas Ferris Nicolaisen
Oh, by the way, the model is commonly known as "git-flow", and there's a mailing list dedicated to it: https://groups.google.com/forum/#!forum/gitflow-users And also a git-wrapper that makes it easier to use (but don't start using it before you know what's going on under the hood): https://git

[git-users] Re: issue in deployment : fatal: unable to create '.git/index.lock': File exists

2011-07-17 Thread erwin
Thanks Thomas .. I found it yesterday ... but good to know that's you're backing it ... excellent article I learn a lot and started our model base on it On Jul 17, 10:16 pm, Thomas Ferris Nicolaisen wrote: > Oh, by the way, the model is commonly known as "git-flow", and there's a > mailing list

[git-users] xml and diff

2011-07-17 Thread James C.
hello, I am trying to create an analytics tool on an xml file and would like to be able to know the exact item in the xml tree that was added, created or deleted. For example, A B C Make a change and remove child B so now the file looks like the below: A C git diff will tell be

Re: [git-users] xml and diff

2011-07-17 Thread David Aguilar
On Sun, Jul 17, 2011 at 06:21:36PM -0700, James C. wrote: > hello, > > I am trying to create an analytics tool on an xml file and would like > to be able to know the exact item in the xml tree that was added, > created or deleted. For example, > > > A > B > C > > > Make a change and rem