This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [RFC] First scripts for ARI support inisde gdb tree
- From: Tom Tromey <tromey at redhat dot com>
- To: gdb-patches at sources dot redhat dot com
- Date: Thu, 17 May 2012 13:45:56 -0600
- Subject: Re: [RFC] First scripts for ARI support inisde gdb tree
- References: <003c01cd33b2$b6225130$2266f390$@muller@ics-cnrs.unistra.fr> <20120517131616.GD10253@adacore.com>
>>>>> "Joel" == Joel Brobecker <brobecker@adacore.com> 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