Hmm, perhaps I spoke too soon. git branch -r shows me the branches and I see there is not a origin/2.7_branch but there is a origin/2.7 but I get the same fatal error below when I try to “git branch --track v2.7 origin/v2.7” or I get: "error pathspec ‘v2.7’ did not match any files know to git” if I try to “git checkout v2.7"
-Tom > On Apr 29, 2015, at 6:58 PM, Tom Easterday <[email protected]> wrote: > > Nevermind, I was reading ahead… sorry for the noise. > -Tom > >> On Apr 29, 2015, at 6:50 PM, Tom Easterday <[email protected]> wrote: >> >> >>> On Apr 29, 2015, at 5:32 PM, Sebastian Kuzminsky <[email protected]> wrote: >>> >>> On 4/29/15 3:27 PM, Tom Easterday wrote: >>>> I want to modify the gs_vfd component. How do I then only build that >>>> component (or even just all the components) and not all of Linuxcnc? >>> >>> make ../bin/gs2_vfd >> >> Duh, ok! Perhaps another stupid question. I want to get the latest 2.7 >> branch to mod. >> From : "Work with branches" section of this link: >> http://wiki.linuxcnc.org/cgi-bin/wiki.pl?Git#If_you_prefer_to_use_different_directories_for_different_branches >> >> git checkout -b v2.7_branch origin/v2.7_branch tells me “fatal: Not a valid >> object name: ‘origin/v2.7_branch’.” >> >> Is this because it isn’t called 2.7_branch? And how do I see a list of >> branches? >> -Tom >> ------------------------------------------------------------------------------ >> One dashboard for servers and applications across Physical-Virtual-Cloud >> Widest out-of-the-box monitoring support with 50+ applications >> Performance metrics, stats and reports that give you Actionable Insights >> Deep dive visibility with transaction tracing using APM Insight. >> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y >> _______________________________________________ >> Emc-users mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/emc-users > ------------------------------------------------------------------------------ One dashboard for servers and applications across Physical-Virtual-Cloud Widest out-of-the-box monitoring support with 50+ applications Performance metrics, stats and reports that give you Actionable Insights Deep dive visibility with transaction tracing using APM Insight. http://ad.doubleclick.net/ddm/clk/290420510;117567292;y _______________________________________________ Emc-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-users
