From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [72.29.79.205] (helo=rhodos.klever.net) by linuxtogo.org with esmtp (Exim 4.67) (envelope-from ) id 1IdWCe-0005w0-Rm for openembedded-devel@lists.openembedded.org; Thu, 04 Oct 2007 21:17:44 +0200 Received: from pd953ad30.dip0.t-ipconnect.de ([217.83.173.48] helo=[192.168.4.12]) by rhodos.klever.net with esmtpsa (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.67) (envelope-from ) id 1IdW7R-0007oO-KH for openembedded-devel@lists.openembedded.org; Thu, 04 Oct 2007 21:12:23 +0200 Message-ID: <47053AC4.5080506@klever.net> Date: Thu, 04 Oct 2007 21:11:00 +0200 From: Michael Krelin User-Agent: Thunderbird 2.0.0.6 (X11/20070911) MIME-Version: 1.0 To: openembedded-devel@lists.openembedded.org References: <1191494488.2516.34.camel@toontown> <4704CC05.40206@klever.net> <1191502502.2516.39.camel@toontown> <4704EAE3.8050702@klever.net> <470535D5.8070307@am.sony.com> In-Reply-To: Subject: Re: monotone/git (was hello...) X-BeenThere: openembedded-devel@lists.openembedded.org X-Mailman-Version: 2.1.9 Precedence: list Reply-To: openembedded-devel@lists.openembedded.org List-Id: Using the OpenEmbedded metadata to build Distributions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Oct 2007 19:17:45 -0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit > The only difficulty I've seen with it, in hosting my own projects, is > interrupted pushes. An interrupted push seems able to leave behind a > stale webdav lock, which has to be manually fixed.. but that's more of > a webdav with apache issue than anything else. Beyond that, you just > need to ensure your permissions are correct, and set the config > parameter on the repositories to indicate that they're shared, and set > a hook script to executable so it can add metadata to the repo on > pushes. Wait, how do you execute a hook when pushing via webdav? > Course, that said, I'd much rather see a git-daemon with push capability :) Agree on that ;-) Love, H