From: Jakub Narebski <jnareb@gmail.com>
To: "Shawn O. Pearce" <spearce@spearce.org>
Cc: Tim Visher <tim.visher@gmail.com>, git@vger.kernel.org
Subject: Re: Hosting from Windows XP.
Date: Mon, 26 Jan 2009 09:34:13 -0800 (PST) [thread overview]
Message-ID: <m3bptux984.fsf@localhost.localdomain> (raw)
In-Reply-To: <20090126163124.GA31810@spearce.org>
"Shawn O. Pearce" <spearce@spearce.org> writes:
> Tim Visher <tim.visher@gmail.com> wrote:
> > I'm trying to get git set up for my company. We're stuck using
> > Windows for the foreseeable future so for now I have to host the
> > central integration repository out of a Windows box. I figured the
> > easiest way to do this, short of installing cygwin, would be to do a
> > simple msysgit install and then run git daemon with the relevant repo
> > copied over onto the server. Then devs could track that repo.
> > However, it appears that msysgit does not install git daemon.
>
> git-daemon isn't ported yet, due to its heavy reliance on POSIX
> behavior during fork+exec.
You can use instead "dumb" HTTP protocol, or network filesystem
(network share). Or SSH.
Note that for push you don't [usually] use git-daemon: you can use
SSH, filesystem (network share), HTTPS with WebDAV.
> > I may totally be missing something here, but I don't know what. Short
> > of the question is, how do I host a repo out of Windows?
>
> I think your options are limited to:
[...]
> - Use JGit and its daemon
>From what I remember currently JGit daemon generates suboptimal
packfiles, as it does not support delta compression yet...
--
Jakub Narebski
Poland
ShadeHawk on #git
next prev parent reply other threads:[~2009-01-26 17:35 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-01-26 16:27 Hosting from Windows XP Tim Visher
2009-01-26 16:31 ` Shawn O. Pearce
2009-01-26 17:34 ` Jakub Narebski [this message]
2009-01-26 17:38 ` Shawn O. Pearce
2009-01-26 16:45 ` Johannes Schindelin
2009-01-26 17:44 ` Tay Ray Chuan
2009-01-26 17:46 ` Shawn O. Pearce
2009-01-26 17:46 ` Tay Ray Chuan
2009-01-26 18:35 ` Johannes Gilger
2009-01-27 18:24 ` Tim Visher
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=m3bptux984.fsf@localhost.localdomain \
--to=jnareb@gmail.com \
--cc=git@vger.kernel.org \
--cc=spearce@spearce.org \
--cc=tim.visher@gmail.com \
/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 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).