login
Header Space

 
 

Re: Question around git-shell usage in Everyday Git

Score:
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Junio C Hamano <junkio@...>
Cc: Alan Chandler <alan@...>, <git@...>
Date: Wednesday, February 1, 2006 - 7:37 pm

On Wed, 1 Feb 2006, Junio C Hamano wrote:

That would work from a _git_ angle, but I don't think that was what Alan 
was talking about, and it would failr horribly from a "ssh" perspective 
(because "ssh" will want $HOME/.ssh/authorized_keys etc).

So I _think_ what Alan was describing was just a 

	/home/user-A/project.git
		     another-project.git
		     ya-project.git
	      user-B/myproject.git
	      user-C/..

setup, and then people can always just describe their own projects by just 
doing "git pull host:<projectname>", without ever caring _where_ their 
home directory is.

(And yes, "git pull user@host:project" also obviously works fine, in case 
your user name at the hosting site isn't the same as the user name on your 
local site).

However, to be truly useful for this kind of hosting schenario, 
"git-shell" still needs to be extended to be able to at a minimum create 
(and delete) projects.

It probably also makes a lot of sense to be able to pre-populate a 
project, so that you don't have to do a remote "git push" to push a big 
project over the network, when another version of that project already 
exists at the hosting site.

			Linus
-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Question around git-shell usage in Everyday Git, Alan Chandler, (Wed Feb 1, 7:01 pm)
Re: Question around git-shell usage in Everyday Git, Linus Torvalds, (Wed Feb 1, 7:30 pm)
Re: Question around git-shell usage in Everyday Git, Junio C Hamano, (Wed Feb 1, 7:21 pm)
Re: Question around git-shell usage in Everyday Git, Linus Torvalds, (Wed Feb 1, 7:37 pm)
Re: Question around git-shell usage in Everyday Git, Alan Chandler, (Thu Feb 2, 1:17 am)
Re: Question around git-shell usage in Everyday Git, Junio C Hamano, (Thu Feb 2, 1:44 am)
Re: Question around git-shell usage in Everyday Git, Alan Chandler, (Thu Feb 2, 5:23 pm)
Re: Question around git-shell usage in Everyday Git, Junio C Hamano, (Wed Feb 1, 8:04 pm)
Re: Question around git-shell usage in Everyday Git, Junio C Hamano, (Wed Feb 1, 7:30 pm)
speck-geostationary