From: "Shawn O. Pearce" <spearce@spearce.org>
To: Tim Visher <tim.visher@gmail.com>
Cc: git@vger.kernel.org
Subject: Re: Hosting from Windows XP.
Date: Mon, 26 Jan 2009 08:31:24 -0800 [thread overview]
Message-ID: <20090126163124.GA31810@spearce.org> (raw)
In-Reply-To: <c115fd3c0901260827ge5e4b29w871b345da2373f6b@mail.gmail.com>
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.
> 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 Cygwin
- Use a virtual machine running Linux with git inside it
- Use JGit and its daemon
--
Shawn.
next prev parent reply other threads:[~2009-01-26 16:32 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 [this message]
2009-01-26 17:34 ` Jakub Narebski
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=20090126163124.GA31810@spearce.org \
--to=spearce@spearce.org \
--cc=git@vger.kernel.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 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.