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 repository in /usr/local/jepler/src/linuxcnc-clone-of-the-minute/.git/
real 0m0.917s user 0m0.348s sys 0m0.168s There is a caveat that the referenced repository has to remain around for the new clone to work, but that's not much of a burden in my experience. Jeff ------------------------------------------------------------------------------ October Webinars: Code for Performance Free Intel webinars can help you accelerate application performance. Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from the latest Intel processors and coprocessors. See abstracts and register > http://pubads.g.doubleclick.net/gampad/clk?id=60134071&iu=/4140/ostg.clktrk _______________________________________________ Emc-developers mailing list Emc-developers@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/emc-developers