[Cs-dev] sf git
Date | 2014-01-06 13:57 |
From | john ffitch |
Subject | [Cs-dev] sf git |
Anyone else having trouble with git today? It is not recognising my ssh stuff nor password ==John ffitch ------------------------------------------------------------------------------ Rapidly troubleshoot problems before they affect your business. Most IT organizations don't have a clear picture of how application performance affects their revenue. With AppDynamics, you get 100% visibility into your Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro! http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |
Date | 2014-01-06 14:08 |
From | Victor Lazzarini |
Subject | Re: [Cs-dev] sf git |
worked fine for me, but I am using https. On 6 Jan 2014, at 13:57, john ffitch |
Date | 2014-01-06 14:28 |
From | jpff |
Subject | Re: [Cs-dev] sf git |
Seems to have come back.How do I get the recent changes into develop? ------------------------------------------------------------------------------ Rapidly troubleshoot problems before they affect your business. Most IT organizations don't have a clear picture of how application performance affects their revenue. With AppDynamics, you get 100% visibility into your Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro! http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |
Date | 2014-01-06 14:57 |
From | Victor Lazzarini |
Subject | Re: [Cs-dev] sf git |
Recent changes are being pushed to release/6.02.0, just checkout that branch and push things there. Victor On 6 Jan 2014, at 14:28, jpff |
Date | 2014-01-06 15:08 |
From | Michael Gogins |
Subject | Re: [Cs-dev] sf git |
Attachments | None None |
And then we will merge the commits pushed to the release branch, back into the develop branch. -----------------------------------------------------
Michael GoginsIrreducible Productions http://michaelgogins.tumblr.com Michael dot Gogins at gmail dot com On Mon, Jan 6, 2014 at 9:57 AM, Victor Lazzarini <Victor.Lazzarini@nuim.ie> wrote: Recent changes are being pushed to release/6.02.0, just checkout that branch and push things there. |
Date | 2014-01-06 15:16 |
From | jpff@cs.bath.ac.uk |
Subject | Re: [Cs-dev] sf git |
Attachments | None |
Date | 2014-01-06 15:46 |
From | Victor Lazzarini |
Subject | Re: [Cs-dev] sf git |
Note that this is only for code sources, not for the manual. Say you have committed your changes to develop, then you can $ git checkout release/6.02.0 $ git merge develop Victor On 6 Jan 2014, at 15:16, jpff@cs.bath.ac.uk wrote: > Arhh! access to git has gone again. > > I do not understand HOW to do what you suggest. > I tried a merge ut it said I could not do that. > > > Quoting Victor Lazzarini |
Date | 2014-01-06 15:59 |
From | Michael Gogins |
Subject | Re: [Cs-dev] sf git |
Attachments | None None |
I think John might have been concerned to merge any changes we make in the release branch back into the develop branch. Then that would be as follows, is this correct? $ git checkout develop $ git merge release/6.02.0 ----------------------------------------------------- Michael GoginsIrreducible Productions http://michaelgogins.tumblr.com Michael dot Gogins at gmail dot com On Mon, Jan 6, 2014 at 10:46 AM, Victor Lazzarini <Victor.Lazzarini@nuim.ie> wrote: Note that this is only for code sources, not for the manual. |
Date | 2014-01-06 16:01 |
From | Steven Yi |
Subject | Re: [Cs-dev] sf git |
Oh, please don't do the merge manually. The git-flow plugin handles merging release branches back into master and develop as well as tagging. It's all automated and there's little chance to mess things up. On Mon, Jan 6, 2014 at 10:59 AM, Michael Gogins |
Date | 2014-01-06 16:08 |
From | Michael Gogins |
Subject | Re: [Cs-dev] sf git |
Attachments | None None |
Does John know how to use the git-flow plugin? Regards, Mike -----------------------------------------------------
Michael GoginsIrreducible Productions http://michaelgogins.tumblr.com Michael dot Gogins at gmail dot com On Mon, Jan 6, 2014 at 11:01 AM, Steven Yi <stevenyi@gmail.com> wrote: Oh, please don't do the merge manually. The git-flow plugin handles |
Date | 2014-01-06 17:03 |
From | jpff |
Subject | Re: [Cs-dev] sf git |
On Mon, 6 Jan 2014, Michael Gogins wrote: > Does John know how to use the git-flow plugin? > Regards, > Mike > no ------------------------------------------------------------------------------ Rapidly troubleshoot problems before they affect your business. Most IT organizations don't have a clear picture of how application performance affects their revenue. With AppDynamics, you get 100% visibility into your Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro! http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |