Thread (10 messages) flat view 10 messages, 7 authors, 2016-06-15

Re: How to hide a git repository?

From: Daniel Barkalow <hidden>
Date: 2016-06-15 22:45:41

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*
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help