From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9375 invoked by alias); 17 May 2012 17:29:55 -0000 Received: (qmail 9358 invoked by uid 22791); 17 May 2012 17:29:52 -0000 X-SWARE-Spam-Status: No, hits=-6.2 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,RCVD_IN_DNSWL_HI,RCVD_IN_HOSTKARMA_W,SPF_HELO_PASS,TW_SV,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 17 May 2012 17:29:27 +0000 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q4HHTOiE004365 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Thu, 17 May 2012 13:29:24 -0400 Received: from psique (ovpn-112-27.phx2.redhat.com [10.3.112.27]) by int-mx02.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id q4HHTKbj003342; Thu, 17 May 2012 13:29:22 -0400 From: Sergio Durigan Junior To: "Pierre Muller" Cc: Subject: Re: [RFC] First scripts for ARI support inisde gdb tree References: <003c01cd33b2$b6225130$2266f390$@muller@ics-cnrs.unistra.fr> X-URL: http://www.redhat.com Date: Thu, 17 May 2012 17:29:00 -0000 In-Reply-To: <003c01cd33b2$b6225130$2266f390$@muller@ics-cnrs.unistra.fr> (Pierre Muller's message of "Thu, 17 May 2012 00:24:50 +0200") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2012-05/txt/msg00659.txt.bz2 On Wednesday, May 16 2012, Pierre Muller wrote: > Could someone please test this out and report how it works? > > I do have several potential issues: > - permissions: Is it possible to set unix-like permissions using cvs? > I now the svn has such options, but I don't know for cvs... The permissions are recorded, but please make sure you make the scripts executable before committing, otherwise it is a pain to change the permissions after the commit (see http://old.nabble.com/How-to-fix-file-permission-in-CVS--td27715853.html). Thanks, -- Sergio