[Cs-dev] And yet again....
Date | 2011-05-19 18:22 |
From | John ff |
Subject | [Cs-dev] And yet again.... |
git has kicked me. I have two machines and on neither can I push, I get To ssh://jpff@csound.git.sourceforge.net/gitroot/csound/csound5 ! [rejected] ParCS -> ParCS (non-fast-forward) error: failed to push some refs to 'ssh://jpff@csound.git.sourceforge.net/gitroot/csound/csound5' To prevent you from losing history, non-fast-forward updates were rejected Merge the remote changes before pushing again. See the 'Note about fast-forwards' section of 'git push --help' for details. So the cauchyi opcide may or may not be checked it. I cannot build on account of the other problem, so I am stuck. I have tried every combination of push, pull, add and commit that I know, to no positive effect. How does one get out of this? It seems to happen easily and is irrecoverable. I have read the 'Note about fast-forwards' section of 'git push --help' and it was totally without meaning to me. ==John ffitch ------------------------------------------------------------------------------ What Every C/C++ and Fortran developer Should Know! Read this article and learn how Intel has extended the reach of its next-generation tools to help Windows* and Linux* C/C++ and Fortran developers boost performance applications - including clusters. http://p.sf.net/sfu/intel-dev2devmay _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |
Date | 2011-05-19 19:46 |
From | Victor Lazzarini |
Subject | Re: [Cs-dev] And yet again.... |
Attachments | None None |
got this coltrane:csound5-float victor$ git push veplaini@csound.git.sourceforge.net's password: To ssh://veplaini@csound.git.sourceforge.net/gitroot/csound/csound5 ! [rejected] master -> master (non-fast-forward) error: failed to push some refs to 'ssh://veplaini@csound.git.sourceforge.net/gitroot/csound/csound5' To prevent you from losing history, non-fast-forward updates were rejected Merge the remote changes (e.g. 'git pull') before pushing again. See the 'Note about fast-forwards' section of 'git push --help' for details. then I tried this: coltrane:csound5-float victor$ git pull veplaini@csound.git.sourceforge.net's password: remote: Counting objects: 62, done. remote: Compressing objects: 100% (32/32), done. remote: Total 42 (delta 33), reused 12 (delta 10) Unpacking objects: 100% (42/42), done. From ssh://csound.git.sourceforge.net/gitroot/csound/csound5 4f48d13..79fbe1b ParCS -> origin/ParCS bce5444..f48b88f master -> origin/master Merge made by recursive. ChangeLog | 5 ++ Engine/entry1.c | 40 ++++++++---- H/cmath.h | 8 +++ H/entry1.h | 8 ++- OOps/cmath.c | 180 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 5 files changed, 226 insertions(+), 15 deletions(-) after that I tried to push again: coltrane:csound5-float victor$ git push veplaini@csound.git.sourceforge.net's password: Counting objects: 8, done. Delta compression using up to 2 threads. Compressing objects: 100% (5/5), done. Writing objects: 100% (5/5), 659 bytes, done. Total 5 (delta 3), reused 0 (delta 0) To ssh://veplaini@csound.git.sourceforge.net/gitroot/csound/csound5 f48b88f..aa1325a master -> master ==== and it worked. Is it not the same case for you? What happens when you try to pull? Victor On 19 May 2011, at 18:22, John ff wrote:
Dr Victor Lazzarini Senior Lecturer Dept. of Music NUI Maynooth Ireland tel.: +353 1 708 3545 Victor dot Lazzarini AT nuim dot ie |
Date | 2011-05-19 21:17 |
From | jpff@cs.bath.ac.uk |
Subject | Re: [Cs-dev] And yet again.... |
No, that does not get me ans=ywhere xenakis:~/Sourceforge/csound/csound5 168> git pull ; git push jpff@csound.git.sourceforge.net's password: remote: Counting objects: 12, done. remote: Compressing objects: 100% (7/7), done. remote: Total 7 (delta 4), reused 0 (delta 0) Unpacking objects: 100% (7/7), done. >From ssh://csound.git.sourceforge.net/gitroot/csound/csound5 4f48d13..79fbe1b ParCS -> origin/ParCS f48b88f..aa1325a master -> origin/master Updating f48b88f..aa1325a Fast-forward SConstruct | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) jpff@csound.git.sourceforge.net's password: To ssh://jpff@csound.git.sourceforge.net/gitroot/csound/csound5 ! [rejected] ParCS -> ParCS (non-fast-forward) error: failed to push some refs to 'ssh://jpff@csound.git.sourceforge.net/gitroot/csound/csound5' To prevent you from losing history, non-fast-forward updates were rejected Merge the remote changes before pushing again. See the 'Note about fast-forwards' section of 'git push --help' for details. xenakis:~/Sourceforge/csound/csound5 169> > got this ------------------------------------------------------------------------------ What Every C/C++ and Fortran developer Should Know! Read this article and learn how Intel has extended the reach of its next-generation tools to help Windows* and Linux* C/C++ and Fortran developers boost performance applications - including clusters. http://p.sf.net/sfu/intel-dev2devmay _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |
Date | 2011-05-19 21:21 |
From | Felipe Sateler |
Subject | Re: [Cs-dev] And yet again.... |
Your ParCS branch seems to have oddities. gitk --all should help see differences between your repository and the one on sourceforge (yes, it needs a gui, but it is clearer than on the command line). On Thu, May 19, 2011 at 16:17, |
Date | 2011-05-19 21:21 |
From | Felipe Sateler |
Subject | Re: [Cs-dev] And yet again.... |
By the way, what does git status say? On Thu, May 19, 2011 at 16:21, Felipe Sateler |
Date | 2011-05-20 08:21 |
From | john ffitch |
Subject | Re: [Cs-dev] And yet again.... |
I was not touching the ParCS branch. That is in effect dead ==John ffitch ------------------------------------------------------------------------------ What Every C/C++ and Fortran developer Should Know! Read this article and learn how Intel has extended the reach of its next-generation tools to help Windows* and Linux* C/C++ and Fortran developers boost performance applications - including clusters. http://p.sf.net/sfu/intel-dev2devmay _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |
Date | 2011-05-20 09:38 |
From | Gareth Edwards |
Subject | Re: [Cs-dev] And yet again.... |
On 20 May 2011 08:21, john ffitch |