From: Andre Masella <andre@masella.no-ip.org>
To: Johannes Schindelin <Johannes.Schindelin@gmx.de>
Cc: git@vger.kernel.org
Subject: Re: Repository Security
Date: Tue, 23 Jan 2007 08:23:17 -0500 [thread overview]
Message-ID: <200701230823.17938.andre@masella.no-ip.org> (raw)
In-Reply-To: <Pine.LNX.4.63.0701231036400.22628@wbgn013.biozentrum.uni-wuerzburg.de>
> > As I understand it, none of the repository backends allow any per-user
> > per-branch access control.
> The idea in git (unless you really want to get the same setup as in CVS,
> which would be rather sad) is that every developer has at least one
> repository. Write-access: only one developer.
Believe me: I was ready to throw a party when I got to shutdown CVS last week.
Say I have two utterly separate repositories with two integrators. I want to
put them on a web server (and so same DAV share). There is little to stop the
integrator of one project (by intention or accident) from modifying the other
repository. It can be done, but doing it requires one section of the
httpd.conf per repository.
Using SSH requires many real user accounts on the system and then if there are
more than one integrator, groups to administrate.
> I already hear the complaint: "But you need a central repository!". If you
> _have_ to have a central repository, designate the integrator's repository
> central.
Okay, say one regular developer wants share his changes with another
developer. He either has to mail patches, create an SSH account, or set up
one of git-daemon or WebDAV. And most of those require knowing the
workstation name which is inconvienient. I would rather have each user able
to push to a branch with their name on it on a central server.
--
--Andre Masella (andre at masella.no-ip.org)
next prev parent reply other threads:[~2007-01-23 13:23 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-01-22 19:33 Repository Security Andre Masella
2007-01-22 20:53 ` Shawn O. Pearce
2007-01-23 13:23 ` Andre Masella
2007-01-22 23:46 ` Martin Langhoff
2007-01-23 9:41 ` Johannes Schindelin
2007-01-23 13:23 ` Andre Masella [this message]
2007-01-23 14:29 ` Johannes Schindelin
2007-01-23 15:00 ` Andy Parkins
2007-01-23 11:06 ` Jakub Narebski
2007-01-23 13:23 ` Andre Masella
2007-01-23 21:38 ` Johannes Schindelin
2007-01-24 9:31 ` Andreas Ericsson
2007-01-23 16:18 ` Linus Torvalds
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200701230823.17938.andre@masella.no-ip.org \
--to=andre@masella.no-ip.org \
--cc=Johannes.Schindelin@gmx.de \
--cc=git@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).