git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* simplest git deamon?
@ 2010-04-12 13:47 Mihamina Rakotomandimby
  2010-04-12 14:22 ` Shawn O. Pearce
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Mihamina Rakotomandimby @ 2010-04-12 13:47 UTC (permalink / raw)
  To: git

Manao ahoana, Hello, Bonjour,

I would like to setup a git repository, on a Debian machine.
I would like to access it only with git:// (no http://, no ssh://,...)

How to implement read/write restriction when just wanting to use
"git://" without dealing with SSH?

http://www.kernel.org/pub/software/scm/git/docs/everyday.html, at it's
bottom tlak about this but it requires SSH.
https://help.ubuntu.com/community/Git talks about gitosis, but it
requires keys.

I have the GIT repository setup, with the "git://"-only access scheme, 
but anyone may push into this.

I expected just a flat file the SVN way (But I dont want to use SVN):

  [users]
  alice: al_pass
  bob  : b_pass
  
  [groups]
  senior:alice,bob
  
  [permissions]
  @senior:all
  @anonymous:clone

How could I do that?

Misaotra, Thanks, Merci.

-- 
       Architecte Informatique chez Blueline/Gulfsat:
    Administration Systeme, Recherche & Developpement
                +261 34 29 155 34 / +261 33 11 207 36

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2010-04-12 23:23 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-12 13:47 simplest git deamon? Mihamina Rakotomandimby
2010-04-12 14:22 ` Shawn O. Pearce
2010-04-12 14:23 ` Tomas Carnecky
2010-04-12 14:24 ` Matthieu Moy
2010-04-12 23:22 ` Ilari Liusvaara

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).