Re: [PATCH] git-daemon server

From: McMullan, Jason <jason.mcmullan@timesys.com>
Date: 2005-06-04 05:23:19
On Fri, 2005-06-03 at 10:41 -0700, Linus Torvalds wrote: 
> Ok. Am I to understand that I could do a push to a remote server with ssh 
> using something like
> 
> 	git-server -- send master |
> 		ssh master.kernel.org git-server --db /pub/scm/linux/kernel/git/torvalds/linux-2.6.git

No, but you could do:

$ ssh master.kernel.org -L 7777:localhost:7777 \
    git-server --tcp --port 7777 \
               --db /pub/scm/linux/kernel/git/torvalds/linux-2.6.git &
$ git-server --tcp --port 7777 send master


You could probably play some games with shell redirection to file
descriptors if you really wanted to use the stdio stuff over ssh,
but that's a little ugly.


> Also, how do I send tags?

Tags are on my 'TODO' list, as are the deltafication and
mulitple-request changes. Also, a verdict on the name
(daemon vs server vs anything else) would be nice.

-- 
Jason McMullan <jason.mcmullan@timesys.com>
TimeSys Corporation


-
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

Received on Sat Jun 04 05:31:25 2005

This archive was generated by hypermail 2.1.8 : 2005-06-04 05:31:26 EST