From: Tim Visher <tim.visher@gmail.com>
To: santos2010 <santos.claudia2009@googlemail.com>
Cc: git@vger.kernel.org
Subject: Re: git daemon on Windows environment
Date: Fri, 30 Apr 2010 17:34:36 -0400 [thread overview]
Message-ID: <t2jc115fd3c1004301434ofe8970fo2ea933dd450847d7@mail.gmail.com> (raw)
In-Reply-To: <1272532026043-4979038.post@n2.nabble.com>
On Thu, Apr 29, 2010 at 5:07 AM, santos2010
<santos.claudia2009@googlemail.com> wrote:
>
> Hello,
>
> I tried to install git daemon on a Windows Server 2003 using cygrunsrv, but
> got this error:
> cygrunsrv: Error starting a service: QueryServiceStatus: Win32 error 1062:
>
> I googled and found a possible fix:
>
> " explicitly add Full Control for the SYSTEM user to
>
> C:\Cygwin
> C:\Cygwin\var
> C:\Cygwin\var\log "
>
> However this didn't help as well.
> Anyone has experience with this installation? Any tips?
>
> Thanks ina advance,
As far as I know, git --daemon is explicitly not supported in Windows
environments. At least that was the case not too long ago.
If you're running git --daemon because of its efficiency, have you
considered the fact that [smart-http][] is almost as efficient? That
should work in any http server, a plethora of which exist for Windoze.
Also, file system cloning is very efficient so if you're trying to
share a repository you could in theory share over the file system
using filesystem permissions to allow for cloning.
Just food for thought.
[smart-http]: http://progit.org/2010/03/04/smart-http.html
--
In Christ,
Timmy V.
http://burningones.com/
http://five.sentenc.es/ - Spend less time on e-mail
next prev parent reply other threads:[~2010-04-30 21:35 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-04-29 9:07 git daemon on Windows environment santos2010
2010-04-30 21:34 ` Tim Visher [this message]
2010-04-30 21:44 ` Avery Pennarun
2010-05-01 4:17 ` Jon Seymour
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=t2jc115fd3c1004301434ofe8970fo2ea933dd450847d7@mail.gmail.com \
--to=tim.visher@gmail.com \
--cc=git@vger.kernel.org \
--cc=santos.claudia2009@googlemail.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).