X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com Message-ID: <20121117163351.14988.qmail@stuge.se> Date: Sat, 17 Nov 2012 17:33:51 +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: <201211131745 DOT qADHjHHY021575 AT envy DOT delorie DOT com> <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> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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 Kai-Martin Knaak wrote: > >> It should stay the way it is. Each user gets their own area, and > >> cannot interfere with other users' stuff. > > > > 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. //Peter