Re: [Emc-developers] development setups

2013-08-24 Thread W. Martinjak
On 2013-08-24 01:36, andy pugh wrote: Not really an option for me, I mainly do hardware drivers. But I think that the setup of git-repo in the Mac, NFS-mounted by the Linux machine is looking good. I have to install, not rip, as the setuid thing doesn't work, but otherwise so far I like

Re: [Emc-developers] development setups

2013-08-24 Thread John Morris
On 08/23/2013 07:48 AM, andy pugh wrote: Now that I appear to be swapping between 32-bit and 64-bit systems rather frequently I decided it made more sense to keep the git repository on my NAS, then Eclipse should never lose it and all my LinuxCNC machines can share the same code repository.

Re: [Emc-developers] development setups

2013-08-24 Thread andy pugh
On 24 August 2013 22:12, John Morris j...@zultron.com wrote: Thinking outside the network FS box, a possibility is to keep your main dev repo on the Mac, and clone it over ssh from the Linux side. Modify as needed: That is probably the right way to do it, especially as the Mac already

[Emc-developers] development setups

2013-08-23 Thread andy pugh
There has to be a more sensible way to do this. I have a bare motherboard with 8GB flash that is my LinuxCNC development hardware. It sits on a book-shelf behind the TV, which acts as a monitor when required. This has various bits of Mesa hardware festooned all over it. I also have an iMac with

Re: [Emc-developers] development setups

2013-08-23 Thread Troy Jacobson
How about emacs then? A local git repository is definitely a good idea. Could you set up your Mac or another machine as an NFS server to get a better idea of where the problem might be? If the aren't already, I would use a wired connection for both the linux machine and NAS and put them on the

Re: [Emc-developers] development setups

2013-08-23 Thread Frank Tkalcevic
(running databases and other things), and this is now my source code repository. Frank -Original Message- From: andy pugh [mailto:bodge...@gmail.com] Sent: Friday, 23 August 2013 10:49 PM To: EMC developers Subject: [Emc-developers] development setups There has to be a more sensible way

Re: [Emc-developers] development setups

2013-08-23 Thread andy pugh
On 24 August 2013 00:03, Frank Tkalcevic fr...@franksworkshop.com.au wrote: I have a similar setup, but replace MAC with Windows PC. Any serious development is done in a virtual machine on my PC. Not really an option for me, I mainly do hardware drivers. But I think that the setup of git-repo