X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f Date: Thu, 15 Nov 2012 21:25:53 -0500 Message-Id: <201211160225.qAG2PrVD005630@envy.delorie.com> From: DJ Delorie To: geda-user AT delorie DOT com In-reply-to: <20121116030224.5c7750ee@akka> (message from Kai-Martin Knaak on Fri, 16 Nov 2012 03:02:24 +0100) Subject: Re: [geda-user] git mirror of gedasymbols.org References: <50A1AD1D DOT 4030303 AT ecosensory DOT com> <201211131745 DOT qADHjHHY021575 AT envy DOT delorie DOT com> <20121116030224 DOT 5c7750ee AT akka> 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 > Does ownership include the right to withdraw a submission? I don't think you can unpublish something on the internet :-) > > If you are using your own CVS account to commit from your git repo, > > you should not allow others to commit to your git repo. > > Well, maybe we can cooperate and make gedasymbols alternatively usable > via git or via CVS. Gitolite provides a way to restrict push permissions > per user to specific branches or tags. http://git-scm.com/book/ch4-8.html > I may set-up the repo so that every user can push only to their own > section. If someone else wants to own the migration of gedasymbols to git (onto geda-project.org's server, I suppose), and maintain it (the git config at least) after that, here are the rules for the repo: * A given account can only modify their own files (i.e. users/my_account/*) * Some users can also modify HTML and other static files in non-user areas (generic admins for the common areas). * A few users (ok, *me* :) can modify any file, including CGIs. * Account names must reflect your legal name. * Commits must also push to the gedasymbols web server. The idea behind all this is that there must be balance between "let the users do anything" and "make the users responsible for their own content". The rules are intended to make copyright attribution and ownership "obvious".