Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:50768 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 56774 invoked from network); 1 Dec 2010 11:09:26 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 1 Dec 2010 11:09:26 -0000 Authentication-Results: pb1.pair.com header.from=dave@dmi.me.uk; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=dave@dmi.me.uk; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain dmi.me.uk designates 77.68.52.130 as permitted sender) X-PHP-List-Original-Sender: dave@dmi.me.uk X-Host-Fingerprint: 77.68.52.130 server77-68-52-130.live-servers.net Received: from [77.68.52.130] ([77.68.52.130:57803] helo=scaramanga.siterage.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 6C/D4-28981-3EC26FC4 for ; Wed, 01 Dec 2010 06:09:24 -0500 Received: from localhost (scaramanga.siterage.net [127.0.0.1]) by scanner.scaramanga.siterage.net (SiteRage Mail Server) with ESMTP id 2EEE0106F87; Wed, 1 Dec 2010 11:09:21 +0000 (GMT) X-Spam-Flag: NO X-Spam-Score: -0.939 X-Spam-Level: X-Spam-Status: No, score=-0.939 required=5 tests=[ALL_TRUSTED=-1.8, AWL=-0.270, DNS_FROM_OPENWHOIS=1.13, HTML_MESSAGE=0.001] autolearn=no Received: from scaramanga.siterage.net ([127.0.0.1]) by localhost (scaramanga.siterage.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id kdsd3npr5DKB; Wed, 1 Dec 2010 11:09:21 +0000 (GMT) Received: from [192.168.1.100] (unknown [78.146.50.59]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.siterage.net (SiteRage Mail Server) with ESMTPSA id BD841106F7D; Wed, 1 Dec 2010 11:09:20 +0000 (GMT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=dmi.me.uk; s=scara-dkim; t=1291201760; bh=TComoTCKkQqyRhQ0XbD9VvEdto2Yxxy/UvigGGWv4gI=; h=Message-ID:Date:From:MIME-Version:To:CC:Subject:References: In-Reply-To:Content-Type; b=B/WZzekniQLwO2+GE0Eq/NMYwaaQJBrjRHP1EX7dC8rwedPS9mAfIBbfsvHgEg/uE y429ugHMlrgPxKRdfaaH6ADrhEdtH8IyMOA4GClBTLG0hox6y4k8X/RgEvLJUoacj8 j7XJ92OpS08a7VvM4EXJK/SDYIGFIfWMS1Rqx9f4= Message-ID: <4CF62CE0.4030705@dmi.me.uk> Date: Wed, 01 Dec 2010 11:09:20 +0000 User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-GB; rv:1.8.1.23) Gecko/20090812 Thunderbird/2.0.0.23 Mnenhy/0.7.6.666 MIME-Version: 1.0 To: Lester Caine CC: PHP internals References: <4CF60351.4030101@lsces.co.uk> <4CF61FDA.6090506@lsces.co.uk> In-Reply-To: <4CF61FDA.6090506@lsces.co.uk> X-Enigmail-Version: 1.1.1 Content-Type: multipart/alternative; boundary="------------020604050705050006080006" Subject: Re: [PHP-DEV] Project Management From: dave@dmi.me.uk (Dave Ingram) --------------020604050705050006080006 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit On 01/12/10 10:13, Lester Caine wrote: > See other post as well > > Nathan Nobbe wrote: > >> git archive cranks out a single file representing any commit in the >> repository, it can even format the archive w/ zip for the windows >> folks ;) > YES but without any header updates to the files. > Once unzipped you have no idea what version a file is, and that IS > causing problems in the field. If you can replace the whole package of > code, then it may not be a problem, but well structured pakcaged > systems really need a little help when people can THEN mix and match. I can't speak for other DVCS systems, but you could use a git "smudge filter" to add any sort of source-control headers if you really, really want to: http://chillibear.org/2010/04/git-and-cvs-like-keyword-expansion-idents.html D --------------020604050705050006080006--