From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32235 invoked by alias); 11 Mar 2011 10:32:50 -0000 Mailing-List: contact archer-help@sourceware.org; run by ezmlm Sender: Precedence: bulk List-Post: List-Help: List-Subscribe: List-Id: Received: (qmail 32226 invoked by uid 22791); 11 Mar 2011 10:32:50 -0000 X-SWARE-Spam-Status: No, hits=-0.4 required=5.0 tests=AWL,BAYES_40,MSGID_MULTIPLE_AT X-Spam-Check-By: sourceware.org From: "Pierre Muller" To: "'Tom Tromey'" , "'Joel Brobecker'" Cc: References: <000001cbde44$fb9fd710$f2df8530$@muller@ics-cnrs.unistra.fr> <20110309104340.GN19402@adacore.com> In-Reply-To: Subject: RE: [Archer] Remote repository and git push command Date: Fri, 11 Mar 2011 10:32:00 -0000 Message-ID: <000001cbdfd7$979b6f60$c6d24e20$@muller@ics-cnrs.unistra.fr> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-SW-Source: 2011-q1/txt/msg00125.txt.bz2 > -----Message d'origine----- > De=A0: archer@sourceware.org [mailto:archer@sourceware.org] De la part de > Tom Tromey > Envoy=E9=A0: jeudi 10 mars 2011 22:51 > =C0=A0: Joel Brobecker > Cc=A0: Pierre Muller; archer@sourceware.org > Objet=A0: Re: [Archer] Remote repository and git push command >=20 > Joel> I don't know what the policy is on the Archer branch, or whether > Joel> there is one or not. >=20 > We don't really have one. >=20 > I don't rebase the branches I push; I do that stuff locally. > I know others have rebased public branches, though. >=20 > I think the important consideration is whether anybody else is likely to > be working with you on the branch. As I don't expect this for now,=20 I tried to push my locally rebased files: $ git push --force Counting objects: 59, done. Delta compression using up to 4 threads. Compressing objects: 100% (35/35), done. Writing objects: 100% (35/35), 15.75 KiB, done. Total 35 (delta 30), reused 0 (delta 0) remote: error: denying non-fast-forward refs/heads/archer-muller-windows-multi ( you should pull first) To ssh://sourceware.org/git/archer.git ! [remote rejected] archer-muller-windows-multi -> archer-muller-windows-multi (non-fast-forward) error: failed to push some refs to 'ssh://sourceware.org/git/archer.git' What does that mean? Pierre