On Thu, Apr 29, 2010 at 5:07 AM, santos2010 <santos.claudia2009@xxxxxxxxxxxxxx> 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 -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html