From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9734 invoked by alias); 2 Nov 2012 18:25:22 -0000 Received: (qmail 9695 invoked by uid 22791); 2 Nov 2012 18:25:18 -0000 X-SWARE-Spam-Status: No, hits=-0.7 required=5.0 tests=AWL,BAYES_05,KHOP_SPAMHAUS_DROP,KHOP_THREADED,MSGID_MULTIPLE_AT,TW_RW X-Spam-Check-By: sourceware.org Received: from mailhost.u-strasbg.fr (HELO mailhost.u-strasbg.fr) (130.79.200.151) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 02 Nov 2012 18:25:13 +0000 Received: from md13.u-strasbg.fr (md13.u-strasbg.fr [130.79.200.248]) by mailhost.u-strasbg.fr (8.14.3/jtpda-5.5pre1) with ESMTP id qA2IP23B055292 ; Fri, 2 Nov 2012 19:25:03 +0100 (CET) (envelope-from pierre.muller@ics-cnrs.unistra.fr) Received: from mailserver.u-strasbg.fr (ms18.u-strasbg.fr [130.79.204.118]) by md13.u-strasbg.fr (8.14.3/jtpda-5.5pre1) with ESMTP id qA2IP26l018728 ; Fri, 2 Nov 2012 19:25:02 +0100 (envelope-from pierre.muller@ics-cnrs.unistra.fr) Received: from E6510Muller (lec67-4-82-230-53-140.fbx.proxad.net [82.230.53.140]) (user=mullerp mech=LOGIN) by mailserver.u-strasbg.fr (8.14.3/jtpda-5.5pre1) with ESMTP id qA2IP0sZ027811 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO) ; Fri, 2 Nov 2012 19:25:01 +0100 (envelope-from pierre.muller@ics-cnrs.unistra.fr) From: "Pierre Muller" To: "'Pedro Alves'" , "'Tom Tromey'" Cc: References: <11045.9555559375$1351807023@news.gmane.org> <87a9uzq5j1.fsf@fleche.redhat.com> <50940370.5020209@redhat.com> In-Reply-To: <50940370.5020209@redhat.com> Subject: RE: [RFA] contrib/ari: Avoid permission issue for script Date: Fri, 02 Nov 2012 18:25:00 -0000 Message-ID: <006401cdb927$5f8f6ab0$1eae4010$@muller@ics-cnrs.unistra.fr> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable 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-11/txt/msg00061.txt.bz2 Pedro, I did as you said I made those commits without changing the ChangeLog file. But I am afraid it doesn't work: I tried to delete all .sh scripts in an anonymous checkout in gdb/contrib/ari followed by a 'cvs up' This restored the files, but the files modes are still rw-r--r-- while I re-added them with rwx-r-xr-x permissions... Pierre Muller > -----Message d'origine----- > De=A0: gdb-patches-owner@sourceware.org [mailto:gdb-patches- > owner@sourceware.org] De la part de Pedro Alves > Envoy=E9=A0: vendredi 2 novembre 2012 18:31 > =C0=A0: Tom Tromey > Cc=A0: Pierre Muller; gdb-patches@sourceware.org > Objet=A0: Re: [RFA] contrib/ari: Avoid permission issue for script >=20 > On 11/02/2012 05:27 PM, Tom Tromey wrote: > >>>>>> "Pierre" =3D=3D Pierre Muller writes: > > > > Pierre> But I still have the problem of the permissions > > Pierre> of the script files... > > Pierre> And I still don't know if (and if yes, how) > > Pierre> I can set file permissions in the CVS repository... > > > > You had to set them before 'cvs add'. > > > > I think we can chmod them in the repository but I don't remember whether > > that will fix people's existing checkouts when they update. >=20 > I think that might cause problems to the git mirror(s). I don't think > we lose any history if we just cvs rm, chmod, cvs add the file again. > There hasn't been any change to it in the mean time. >=20 > -- > Pedro Alves