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 it. Eclipse is noticeably faster with local > data, and compilation appears no slower.
hmmm, what do you think of using a sync-script like this: <src> #!/bin/sh /usr/bin/rsync --delete -r -t -p -o -g -x -v --progress -l -H -D --numeric-ids -z /src-dir \ user@host:/dest-dir </src> after coding and before installing. -- "In der Wissenschaft siegt nie eine neue Theorie, nur ihre Gegner sterben nach und nach" Max Planck ------------------------------------------------------------------------------ Introducing Performance Central, a new site from SourceForge and AppDynamics. Performance Central is your source for news, insights, analysis and resources for efficient Application Performance Management. Visit us today! http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk _______________________________________________ Emc-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-developers
