Received: from messagescreen1.ars.usda.gov ([199.133.11.150]) by ars-md5.ars.usda.gov; Mon, 19 Jul 2004 10:22:12 -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 i6JEM6Tr000147 for ; Mon, 19 Jul 2004 09:22:07 -0500 (CDT) Received: (qmail 3016 invoked by uid 5302); 19 Jul 2004 14:22:03 -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 2976 invoked from network); 19 Jul 2004 14:21:57 -0000 Message-ID: <40FBD8F4.5040606@tigris.org> Date: Mon, 19 Jul 2004 16:21:40 +0200 From: Klaus Rennecke User-Agent: Mozilla Thunderbird 0.7 (Windows/20040616) X-Accept-Language: en-us, en MIME-Version: 1.0 To: pwc@u.washington.edu Cc: users@subversion.tigris.org References: In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: Lack of $Id$ support - FAQ X-MessageScreenMessageID: 1090246930.821665.1060.33760 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 pwc@u.washington.edu wrote: > [...] > Since then I have seen a couple of other > questions relating to how-to do other > CVS features when the behavior is > different ( for good reason or not ) > than it is in Subversion > > It might be useful to add this type of info to the FAQ > (Features that work differently or don't work) > [...] Have you read the Chapter "Subversion for CVS Users" in the Subversion book? If not, see http://svnbook.red-bean.com/svnbook/apa.html > [...] > 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 > [...] What is wrong with something like $ find . \( -type d -a -name .svn -a -prune \) \ -o \( -type f -a -print0 \) | \ xargs -0 svn propset svn:keywords Id in a working copy? Takes a few seconds for the 1108 files in the current subversion source tree. Combine with -a -name \*.[ch] or similar in the second parenthesized expression to limit to specific file types. See find(1L), xargs(1L). > This is a quality product that it is working almost > trouble free. I thought it was a completely compatible > replacment for CVS and that is not the case. I am very glad it isn't. There wouldn't be much point using it if it were "completely compatible". /Klaus --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org For additional commands, e-mail: users-help@subversion.tigris.org