Re: [git-users] How to show submodules in Gitk tree view?

2014-12-03 Thread Philip Oakley
From: Philip Oakley philipoak...@iee.org As a corollary, I'm uncertain how to search the DAG for those commits that change a specific submodule - a bit of brain fade... what would be a suitable G4W bash command? Unfaded brain... Philip@PHILIPOAKLEY /c/msysgit (master) $ git log -10 -- git

Re: [git-users] Re: newbie: when, exactly, do I git init ???

2014-12-03 Thread Derell Licht
Hi Thomas; Thank you for your in-depth response! So generally, it sounds like under git I would expect to have *many* different repositories, unlike Svn where I had one single repository which contained all the projects that we'd ever worked on. Do I understand correctly? It seems a little

[git-users] Git svn error on svn repository created with svn 1.8

2014-12-03 Thread Steve Schwarz
I'm following the steps in: http://git-scm.com/book/en/v2/Git-and-Other-Systems-Git-as-a-Client to move an svn repository to git. My local svn version is: $ svn --version svn, version 1.8.10 (r1615264) compiled Aug 25 2014, 10:52:18 on x86_64-apple-darwin12.5.0 When I clone the repository I

[git-users] Automatically merge from trunk to branches

2014-12-03 Thread Naga Saketh Jaligama
1)developers- a)tester: the tester will write code to do unit testing b)coder: the coder will take input from the uml design and write the code so after the coder writes the code he will trigger the unit testing code and then if its sucessfull then they send to QA for system