Re: [Emc-developers] current linuxcnc-dev

2018-02-04 Thread Gene Heskett
On Sunday 04 February 2018 14:16:33 Nicklas Karlsson wrote: > On Sun, 4 Feb 2018 12:46:16 -0500 > > Gene Heskett wrote: > > On Sunday 04 February 2018 12:22:23 Nicklas Karlsson wrote: > > > > Greetings; > > > > > > > > I have a git pull/clone of master a/o Oct 9 2017, so its > > > > obviously out

Re: [Emc-developers] Ethercat driver

2018-02-04 Thread Nicklas Karlsson
https://openethercatsociety.github.io/doc/soem/index.html ... Features as of 1.2.0 : Changed license to GPLv2 only. Adresses leagal concerns about master licensing. ... So I guess it is OK. On Wed, 17 Jan 2018 09:27:25 -0500 Dave Cole wrote: > The text below is at the end of the SOEM page

Re: [Emc-developers] current linuxcnc-dev

2018-02-04 Thread Nicklas Karlsson
On Sun, 4 Feb 2018 12:32:05 -0500 Kurt Jacobson wrote: > Nicklas, > > The new git URL is: g...@github.com:LinuxCNC/linuxcnc.git Will try this and create my own local fork with my Ethercat driver, then I have to think about there to store it. Someone suggested storing somewhere submit a pul re

Re: [Emc-developers] current linuxcnc-dev

2018-02-04 Thread Nicklas Karlsson
On Sun, 4 Feb 2018 12:46:16 -0500 Gene Heskett wrote: > On Sunday 04 February 2018 12:22:23 Nicklas Karlsson wrote: > > > > Greetings; > > > > > > I have a git pull/clone of master a/o Oct 9 2017, so its obviously > > > out of date a bit. So I assume I have to make clean before I try to > > > br

Re: [Emc-developers] current linuxcnc-dev

2018-02-04 Thread Kurt Jacobson
Hmm, I don't know what would be causing the Permission denied, maybe you don't have SSH set up? You could try cloning via HTTPS: git clone https://github.com/LinuxCNC/linuxcnc.git linuxcnc-dev On Sun, Feb 4, 2018 at 1:07 PM, Gene Heskett wrote: > On Sunday 04 February 2018 12:32:05 Kurt Jacobso

Re: [Emc-developers] current linuxcnc-dev

2018-02-04 Thread Gene Heskett
On Sunday 04 February 2018 12:32:05 Kurt Jacobson wrote: > Nicklas, > > The new git URL is: g...@github.com:LinuxCNC/linuxcnc.git > Except I must need more than that, master doesn't exist. I'll try linuxcnc-dev that also fails: rock64@rock64:/media/slash/home/rock64$ git clone g...@github.com:Li

Re: [Emc-developers] current linuxcnc-dev

2018-02-04 Thread Kurt Jacobson
You can run git diff to see what you changed. Also you could checkout the original file to discard your changes. To make a new clone: git clone g...@github.com:LinuxCNC/linuxcnc.git linuxcnc-dev On Sun, Feb 4, 2018 at 1:00 PM, Gene Heskett wrote: > On Sunday 04 February 2018 12:30:20 Kurt Jacob

Re: [Emc-developers] current linuxcnc-dev

2018-02-04 Thread Gene Heskett
On Sunday 04 February 2018 12:30:20 Kurt Jacobson wrote: > Gene, > > I don't think you need to do a make clean, I never do, anyways. > > This is what I do to update LCNC: > git pull origin master Which gets me this: root@rock64:/media/slash/home/rock64/linuxcnc-dev# git pull origin master >From g

Re: [Emc-developers] current linuxcnc-dev

2018-02-04 Thread Gene Heskett
On Sunday 04 February 2018 12:22:23 Nicklas Karlsson wrote: > > Greetings; > > > > I have a git pull/clone of master a/o Oct 9 2017, so its obviously > > out of date a bit. So I assume I have to make clean before I try to > > bring it up to Feb 4, 2018. > > I read the URL changed, know where it is

Re: [Emc-developers] current linuxcnc-dev

2018-02-04 Thread Kurt Jacobson
Nicklas, The new git URL is: g...@github.com:LinuxCNC/linuxcnc.git Cheers, Kurt On Sun, Feb 4, 2018 at 12:22 PM, Nicklas Karlsson < nicklas.karlsso...@gmail.com> wrote: > > Greetings; > > > > I have a git pull/clone of master a/o Oct 9 2017, so its obviously out of > > date a bit. So I assume I

Re: [Emc-developers] current linuxcnc-dev

2018-02-04 Thread Kurt Jacobson
Gene, I don't think you need to do a make clean, I never do, anyways. This is what I do to update LCNC: git pull origin master cd src make -j4 Sometime I have to run ./configure before make, but not always, not sure why. Cheers, Kurt On Sun, Feb 4, 2018 at 12:22 PM, Nicklas Karlsson < nickla

Re: [Emc-developers] current linuxcnc-dev

2018-02-04 Thread Nicklas Karlsson
> Greetings; > > I have a git pull/clone of master a/o Oct 9 2017, so its obviously out of > date a bit. So I assume I have to make clean before I try to bring it up > to Feb 4, 2018. I read the URL changed, know where it is now?

[Emc-developers] current linuxcnc-dev

2018-02-04 Thread Gene Heskett
Greetings; I have a git pull/clone of master a/o Oct 9 2017, so its obviously out of date a bit. So I assume I have to make clean before I try to bring it up to Feb 4, 2018. I've done the make clean in the src subdir. Anything else I need to do? Then what is the git command to update it to tod