Andrew <[email protected]> wrote:
>2013/4/16 andy pugh <[email protected]> > >> >> >http://wiki.linuxcnc.org/cgi-bin/wiki.pl?Installing_LinuxCNC#Getting_the_source_with_git >> >> But where is says "git checkout v2.5.0_branch" you type "git checkout >> joints_axes3" >> >> Then compile. > > >I did that, but: > >pkm@pkm-desktop:~$ git clone >git://git.linuxcnc.org/git/linuxcnc.gitlinuxcnc-ja3 >Initialized empty Git repository in /home/pkm/linuxcnc-ja3/.git/ >remote: Counting objects: 122262, done. >remote: Compressing objects: 100% (27949/27949), done. >remote: Total 122262 (delta 96616), reused 118667 (delta 93214) >Receiving objects: 100% (122262/122262), 63.33 MiB | 261 KiB/s, done. >Resolving deltas: 100% (96616/96616), done. >pkm@pkm-desktop:~$ cd linuxcnc-ja3 >pkm@pkm-desktop:~/linuxcnc-ja3$ git checkout joints_axes3Branch >joints_axes3 set up to track remote branch joints_axes3 from origin. >Switched to a new branch 'joints_axes3' >pkm@pkm-desktop:~/linuxcnc-ja3$ git pull >Already up-to-date. Thanks for including all the detail on what commands you typed and what the output was. The "git clone" fetches the entire repo, including all branches. That's why there was nothing to "git pull" afterwards. "git branch" will confirm that you are on the joint_axes3 branch. Go ahead and build! -- Sebastian Kuzminsky ------------------------------------------------------------------------------ Precog is a next-generation analytics platform capable of advanced analytics on semi-structured data. The platform includes APIs for building apps and a phenomenal toolset for data science. Developers can use our toolset for easy data analysis & visualization. Get a free account! http://www2.precog.com/precogplatform/slashdotnewsletter _______________________________________________ Emc-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-users
