From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5746 invoked by alias); 17 May 2012 19:46:25 -0000 Received: (qmail 5669 invoked by uid 22791); 17 May 2012 19:46:23 -0000 X-SWARE-Spam-Status: No, hits=-2.6 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,SPF_HELO_PASS,TW_SV,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from plane.gmane.org (HELO plane.gmane.org) (80.91.229.3) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 17 May 2012 19:46:10 +0000 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1SV6eF-0005a9-GA for gdb-patches@sources.redhat.com; Thu, 17 May 2012 21:46:07 +0200 Received: from 71-208-24-203.hlrn.qwest.net ([71.208.24.203]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 17 May 2012 21:46:07 +0200 Received: from tromey by 71-208-24-203.hlrn.qwest.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 17 May 2012 21:46:07 +0200 To: gdb-patches@sources.redhat.com From: Tom Tromey Subject: Re: [RFC] First scripts for ARI support inisde gdb tree Date: Thu, 17 May 2012 19:46:00 -0000 Message-ID: <878vgqlhfv.fsf@fleche.redhat.com> References: <003c01cd33b2$b6225130$2266f390$@muller@ics-cnrs.unistra.fr> <20120517131616.GD10253@adacore.com> Mime-Version: 1.0 Content-Type: text/plain User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.95 (gnu/linux) 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/msg00666.txt.bz2 >>>>> "Joel" == Joel Brobecker writes: >> 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... Joel> I think that CVS does record the unix permissions, or enough of it Joel> for our purposes, but I'm not entirely sure anymore. Make sure Joel> that the scripts do have the execute permission before you commit Joel> anything and I think we'll be good to go. IIRC you have to have the permissions right before your 'cvs add'. Joel> We'll probably want to have the bit of code that compares the ARI Joel> results also in the GDB repository, so perhaps a separate script? Joel> In the meantime, it's find to not include this part. Ultimately what I would like is for 'make check' to die if we violate some rule. Tom