All of lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Koch <thomas@koch.ro>
To: Daniel Barkalow <barkalow@iabervon.org>
Cc: Gary Yang <garyyang6@yahoo.com>, git@vger.kernel.org
Subject: Re: How to hide a git repository?
Date: Tue, 25 Nov 2008 20:01:37 +0100	[thread overview]
Message-ID: <200811252001.37259.thomas@koch.ro> (raw)
In-Reply-To: <alpine.LNX.1.00.0811251327480.19665@iabervon.org>

Am Tuesday 25 November 2008 19:38:02 schrieb Daniel Barkalow:
> On Mon, 24 Nov 2008, Gary Yang wrote:
> > Do I have to create two git servers? One is for public to download the
> > released code. For example: gitpub.mycompany.com:/pub/linux/kernel.
>
> The public can't generally use this URL, because it's an ssh URL, and they
> won't be able to connect with ssh. They can only really use
> git://gitpub.mycompany.com/pub/linux/kernel or something similar.
>
> The normal pattern is to have R/W access with ssh and anonymous read
> access via git://...; you can then have multiple repositories on the same
> host, with the git server only serving the public one. All of them will be
> accessible to the ssh methods (restricted by the user's UNIX permissions
> on the files in those directories).
>
> 	-Daniel
> *This .sig left intentionally blank*
> --
Do you now of a way to show public repos with gitweb to the public and
private repos to the staff with the same gitweb installation?

Best regards,
-- 
Thomas Koch, Software Developer
http://www.koch.ro

Young Media Concepts GmbH
Sonnenstr. 4
CH-8280 Kreuzlingen
Switzerland

Tel    +41 (0)71 / 508 24 86
Fax    +41 (0)71 / 560 53 89
Mobile +49 (0)170 / 753 89 16
Web    www.ymc.ch

  reply	other threads:[~2008-11-25 19:03 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-11-25  0:32 How to hide a git repository? Gary Yang
2008-11-25  0:37 ` Heikki Orsila
2008-11-25  1:40   ` Gary Yang
2008-11-25  3:58     ` Bruno Cesar Ribas
2008-11-25  2:16 ` Gary Yang
2008-11-25  6:15   ` Nicolas Morey-Chaisemartin
2008-11-25 18:38   ` Daniel Barkalow
2008-11-25 19:01     ` Thomas Koch [this message]
2008-11-25 19:08       ` Daniel Barkalow
2008-11-25 20:10       ` Jakub Narebski
2008-11-25 21:03         ` Junio C Hamano
2008-11-25 21:19           ` Jakub Narebski
2008-11-25 21:46             ` Junio C Hamano

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=200811252001.37259.thomas@koch.ro \
    --to=thomas@koch.ro \
    --cc=barkalow@iabervon.org \
    --cc=garyyang6@yahoo.com \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.