[Cs-dev] Csound6 GIT
Date | 2012-08-14 15:24 |
From | jpff |
Subject | [Cs-dev] Csound6 GIT |
Attachments | None None |
I cannot build anymore and many of my changes seem to have gone this month. I suspect it is something to do with the typesystem branch but ¬I am very confused. In particular insert.c and csound_orc_compile.c do not merge. How do I recover? It is all OK on my other machine. ==John ffitch |
Date | 2012-08-14 15:54 |
From | Tito Latini |
Subject | Re: [Cs-dev] Csound6 GIT |
Attachments | None |
Date | 2012-08-14 16:19 |
From | Steven Yi |
Subject | Re: [Cs-dev] Csound6 GIT |
Attachments | None None |
Hi John, Sounds like you are wanting to switch back to the master branch? You can check what branch you are on by using "git branch". For example, I have: Steven-Yis-MacBook-Pro:csound6 stevenyi$ git branch
master * typesystem showing I'm on the typesystem branch. I can switch back to master using "git checkout master". steven
On Tue, Aug 14, 2012 at 10:24 AM, jpff <jpff@cs.bath.ac.uk> wrote: I cannot build anymore and many of my changes seem to have gone this |
Date | 2012-08-14 16:50 |
From | jpff@cs.bath.ac.uk |
Subject | Re: [Cs-dev] Csound6 GIT |
> Hi John, > > Sounds like you are wanting to switch back to the master branch? You can > check what branch you are on by using "git branch". For example, I have: > > Steven-Yis-MacBook-Pro:csound6 stevenyi$ git branch > master > * typesystem > > showing I'm on the typesystem branch. I can switch back to master using > "git checkout master". > > steven > That is what I cannot do! It complains agbout merge failure in insert.c and csound_orc_compile.c Should I just delete these? I tried changing to typesystem but it failed to build, so I tried to back off -- without and success xenakis:~/Sourceforge/csound/csound6 277> git branch * master typesystem xenakis:~/Sourceforge/csound/csound6 278> git checkout master Engine/csound_orc_compile.c: needs merge Engine/insert.c: needs merge error: you need to resolve your current index first ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |
Date | 2012-08-14 18:25 |
From | Tito Latini |
Subject | Re: [Cs-dev] Csound6 GIT |
Attachments | None |