Re: [Emc-developers] LinuxCNC git servers

2013-10-09 Thread Sebastian Kuzminsky
On 10/9/13 16:10 , Charles Steinkuehler wrote: > IMHO, the "Becoming A Contributor" page should be linked from the front > page of the website, and should have something like the following added: > > To contribute code to LinuxCNC > * Clone from to > * Please follow for code format, licensing, e

Re: [Emc-developers] LinuxCNC git servers

2013-10-09 Thread Charles Steinkuehler
On 10/9/2013 3:20 PM, Robert Ellenberg wrote: > > I know that a lot of folks are invested in the current setup, and there are > good reasons not to fix what ain't broke. Well, if we're talking about this anyway, I would argue that is *IS* broken as I've discussed in other threads. As a new user t

Re: [Emc-developers] LinuxCNC git servers

2013-10-09 Thread Gene Heskett
On Wednesday 09 October 2013 17:18:55 John Kasunich did opine: > On Wed, Oct 9, 2013, at 05:06 PM, Gene Heskett wrote: > > But I'm not sharpening my prodding stick either. These folks have > > walked on an awful lot of water in the last 4 years as it is, so my > > hat gets tipped in their directi

Re: [Emc-developers] LinuxCNC git servers

2013-10-09 Thread John Kasunich
On Wed, Oct 9, 2013, at 05:06 PM, Gene Heskett wrote: > But I'm not sharpening my prodding stick either. These folks have walked > on an awful lot of water in the last 4 years as it is, so my hat gets > tipped in their direction daily. And to whomever is footing the bandwidth > bill for wha

Re: [Emc-developers] LinuxCNC git servers

2013-10-09 Thread Gene Heskett
On Wednesday 09 October 2013 16:42:53 Robert Ellenberg did opine: > Hi Gene, > > I'm just getting started with LinuxCNC development, but I've used Github > for a long time for other projects. I wholeheartedly agree with your > suggestion , and I would even suggest a more drastic step: make github

Re: [Emc-developers] LinuxCNC git servers

2013-10-09 Thread Robert Ellenberg
Hi Gene, I'm just getting started with LinuxCNC development, but I've used Github for a long time for other projects. I wholeheartedly agree with your suggestion , and I would even suggest a more drastic step: make github host the "main" repository. A few reasons I like: - *Built-in wiki and i

Re: [Emc-developers] LinuxCNC git servers

2013-10-09 Thread Jeff Epler
Here's a tip if you frequently create new clones on a system: It can be extremely fast and generate almost no network traffic if you use "git clone --reference": $ time git clone --reference linuxcnc git://git.linuxcnc.org/git/linuxcnc.git linuxcnc-clone-of-the-minute Initialized empty Git reposi