Received: from messagescreen1.ars.usda.gov ([199.133.11.150]) by ars-md5.ars.usda.gov; Fri, 16 Jul 2004 18:41:11 -0400 Received: from tigris.org (newtigris.sfo.collab.net [64.125.132.240]) by messagescreen1.ars.usda.gov (8.12.10/8.12.10) with SMTP id i6GMf7Tr026352 for ; Fri, 16 Jul 2004 17:41:08 -0500 (CDT) Received: (qmail 16089 invoked by uid 5302); 16 Jul 2004 22:41:04 -0000 Mailing-List: contact users-help@subversion.tigris.org; run by ezmlm Precedence: bulk X-No-Archive: yes list-help: list-unsubscribe: list-post: Delivered-To: mailing list users@subversion.tigris.org Received: (qmail 16080 invoked from network); 16 Jul 2004 22:41:01 -0000 X-pair-Authenticated: 24.44.74.219 Message-ID: <40F8597A.4000107@electricjellyfish.net> Date: Fri, 16 Jul 2004 18:40:58 -0400 From: Garrett Rooney User-Agent: Mozilla Thunderbird 0.6 (Macintosh/20040502) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Paul Campbell CC: users@subversion.tigris.org References: <40F8577B.60601@u.washington.edu> In-Reply-To: <40F8577B.60601@u.washington.edu> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: Lack of $Id$ support - FAQ X-MessageScreenMessageID: 1090017671.3474.1060.25470 X-MessageScreenContentScore: Score of 0 assigned to Content X-MessageScreenUCEScore: Score of 0 assigned to UCE X-MessageScreen: Analyzed by IntelliReach MessageScreen(tm) http://www.intellireach.com Paul Campbell wrote: > examples > keywords such as LOG and ID, .cvsignore > > In my case, > I have over a thousand files in which we have > been using ID when we need to verify that the > user has a correct version. The need to do a > propset for so many files is onerous > ( difficult and time consuming ) Umm, there is support for the svn:ignore property, which is essentially equivalent to .cvsignore, and there is an $Id$ keyword, you just have to set svn:keywords to Id on each file to get it to expand the keyword. Unlike CVS subversion does not default to expanding keywords. The only thing you've mentioned that isn't supported is the $Log$ keyword, and we have good reasons for not supporting it. I suggest reading up on svn:ignore and svn:keywords in the book. -garrett --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org For additional commands, e-mail: users-help@subversion.tigris.org