From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 75785 invoked by alias); 24 Mar 2015 17:33:28 -0000 Mailing-List: contact overseers-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: , Sender: overseers-owner@sourceware.org Received: (qmail 75751 invoked by uid 89); 24 Mar 2015 17:33:26 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.6 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Tue, 24 Mar 2015 17:33:26 +0000 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id t2OHXPpp017783 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Tue, 24 Mar 2015 13:33:25 -0400 Received: from fche.csb (vpn-234-9.phx2.redhat.com [10.3.234.9]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id t2OHXONK019433 for ; Tue, 24 Mar 2015 13:33:24 -0400 Received: by fche.csb (Postfix, from userid 2569) id 6114D58513; Tue, 24 Mar 2015 13:33:23 -0400 (EDT) Date: Tue, 24 Mar 2015 17:33:00 -0000 From: "Frank Ch. Eigler" To: overseers@sourceware.org Subject: Re: htdocs -> git? Message-ID: <20150324173323.GF2499@redhat.com> References: <20150323195158.GB8411@calimero.vinschen.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150323195158.GB8411@calimero.vinschen.de> User-Agent: Mutt/1.4.2.2i X-SW-Source: 2015-q1/txt/msg00129.txt.bz2 Hi - > just a preliminary question. The web documents under, e.g, > /cvs/cygwin/htdocs, are under CVS control. When updating documents via > CVS, they are automatically checked out to the appropriate web space. Yes. > Assuming we'd like to move the web docs to git, is the aforementioned > automatism still possible? Is there some precedent on sourceware > already which we can re-use for the cygwin and newlib web spaces? It should be possible, just not yet done for other projects. - FChE