X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com Message-ID: <20121117185520.25698.qmail@stuge.se> Date: Sat, 17 Nov 2012 19:55:20 +0100 From: Peter Stuge To: geda-user AT delorie DOT com Subject: Re: [geda-user] git mirror of gedasymbols.org Mail-Followup-To: geda-user AT delorie DOT com References: <20121116030224 DOT 5c7750ee AT akka> <201211160225 DOT qAG2PrVD005630 AT envy DOT delorie DOT com> <20121116035513 DOT 14519 DOT qmail AT stuge DOT se> <201211160357 DOT qAG3vUXo017504 AT envy DOT delorie DOT com> <20121116041216 DOT 16057 DOT qmail AT stuge DOT se> <201211160428 DOT qAG4Sh3h018631 AT envy DOT delorie DOT com> <20121117163351 DOT 14988 DOT qmail AT stuge DOT se> <5C6FC5CD-A358-476D-A8CA-C9AF2E72A914 AT noqsi DOT com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5C6FC5CD-A358-476D-A8CA-C9AF2E72A914@noqsi.com> Reply-To: geda-user AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: geda-user AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk John Doty wrote: > >>> Why not have multiple repositories and a cron script that populates > >>> a "website version" by pulling from all of them every hour or so? > >> > >> Because this would make it hard to pull and maintain a complete copy > >> of the repo to the local desktop. > > > > Not neccessarily. Git submodules can automate that. > > I'm not necessarily opposed to git submodules. I use them, in fact. > But it's a bit more complicated than "cvs update". Some might find > this burdensome. Yes, "git submodule update" is a bit longer to type. :\ //Peter