Return-Path: Delivered-To: apmail-cocoon-dev-archive@www.apache.org Received: (qmail 49470 invoked from network); 4 Nov 2004 02:44:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 4 Nov 2004 02:44:42 -0000 Received: (qmail 59581 invoked by uid 500); 4 Nov 2004 02:44:37 -0000 Delivered-To: apmail-cocoon-dev-archive@cocoon.apache.org Received: (qmail 59467 invoked by uid 500); 4 Nov 2004 02:44:36 -0000 Mailing-List: contact dev-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: dev@cocoon.apache.org Delivered-To: mailing list dev@cocoon.apache.org Received: (qmail 59453 invoked by uid 99); 4 Nov 2004 02:44:36 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from [217.160.230.40] (HELO mout.perfora.net) (217.160.230.40) by apache.org (qpsmtpd/0.28) with ESMTP; Wed, 03 Nov 2004 18:44:34 -0800 Received: from minotaur.apache.org[209.237.227.194] (helo=[127.0.0.1]) by mrelay.perfora.net with ESMTP (Nemesis), id 0MKz5u-1CPXbz2rTn-0000AR; Wed, 03 Nov 2004 21:44:31 -0500 X-Provags-ID: perfora.net abuse@perfora.net login:e2e4156964dfbcc4c642ec658fa7f9b9 Message-ID: <4189978D.70705@reverycodes.com> Date: Wed, 03 Nov 2004 21:44:29 -0500 From: Vadim Gritsenko User-Agent: Mozilla Thunderbird 0.8 (Windows/20040913) X-Accept-Language: en-us, en MIME-Version: 1.0 To: dev@cocoon.apache.org Subject: Re: [lazyweb] SVN checkout without keyword expansion? References: <41889352.5000408@apache.org> In-Reply-To: <41889352.5000408@apache.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Sylvain Wallez wrote: > Hi all, > > A lazyweb question about SVN: is there a way to perform a checkout > without expanding the $Id$ keyword? I couldn't find one by googling > around, and that would be so useful for merging branches where many > files only differ by their revision number. > > Currently I used a quickly hacked script that does the job, but that > would be much cleaner to have it handled directly by svn. > > Thanks for any hint, Hint: svn diff http://.../cocoon/trunk http://.../cocoon/branches/BRANCH_2_1_X compares files without expanding any keywords at all. Vadim