Return-Path: X-Original-To: apmail-cloudstack-dev-archive@www.apache.org Delivered-To: apmail-cloudstack-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 40EE918BA9 for ; Fri, 30 Oct 2015 11:34:48 +0000 (UTC) Received: (qmail 74178 invoked by uid 500); 30 Oct 2015 11:34:47 -0000 Delivered-To: apmail-cloudstack-dev-archive@cloudstack.apache.org Received: (qmail 74127 invoked by uid 500); 30 Oct 2015 11:34:47 -0000 Mailing-List: contact dev-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cloudstack.apache.org Delivered-To: mailing list dev@cloudstack.apache.org Received: (qmail 74114 invoked by uid 99); 30 Oct 2015 11:34:47 -0000 Received: from Unknown (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 Oct 2015 11:34:47 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 0C5D3C0F8F for ; Fri, 30 Oct 2015 11:34:47 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 2.9 X-Spam-Level: ** X-Spam-Status: No, score=2.9 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=3, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=disabled Authentication-Results: spamd4-us-west.apache.org (amavisd-new); dkim=pass (2048-bit key) header.d=gmail.com Received: from mx1-us-east.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id iUowVQjJvEyE for ; Fri, 30 Oct 2015 11:34:36 +0000 (UTC) Received: from mail-lf0-f46.google.com (mail-lf0-f46.google.com [209.85.215.46]) by mx1-us-east.apache.org (ASF Mail Server at mx1-us-east.apache.org) with ESMTPS id D89A942ABE for ; Fri, 30 Oct 2015 11:34:35 +0000 (UTC) Received: by lfbn126 with SMTP id n126so31538508lfb.2 for ; Fri, 30 Oct 2015 04:34:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=o93elnQBdRUlWH6QOlmTlRHodOmFNrYVoggGIm9O9c0=; b=zA5la3q6IsUNNaPz5GE2Hg9YOIH0/BjquO6cJa47MZsWXG3pKi9Qc0L6zefAZMX9AP pVdZtb27DR4zqRmsvMkydnEhON6dOrzSHEdVsXBOAoqwpnbJph+xiryOBV8FtqdLiOzH l2d+o8dNft2Sy2wRRlcsxzIwnqiLQl8oLHro1auPAKQNR7zCC5tMD/Anf8I0w92sEmyl 2Ym78GYaXEZB5A8o/qdCSbSB+RjBLjGMvTjtWtZxfQ9wB2O/jK2Cieyaed7sAxjMo7AI 9N+9+YYBv5VhENUkZzqiPGlWIUBmGMxHOskQqtiRhF3PLIGrBsfQoZrbuq7Whrbl8Dsc iJ6w== X-Received: by 10.25.88.129 with SMTP id m123mr2440524lfb.23.1446204874836; Fri, 30 Oct 2015 04:34:34 -0700 (PDT) MIME-Version: 1.0 Received: by 10.112.11.138 with HTTP; Fri, 30 Oct 2015 04:34:15 -0700 (PDT) In-Reply-To: <27F36755-DB7A-4BD0-9CB1-E2FF6FC2DEB9@gmail.com> References: <5632888A.9090708@artifact-software.com> <27F36755-DB7A-4BD0-9CB1-E2FF6FC2DEB9@gmail.com> From: Daan Hoogland Date: Fri, 30 Oct 2015 12:34:15 +0100 Message-ID: Subject: Re: Git with Eclipse To: dev Cc: Ron Wheeler Content-Type: multipart/alternative; boundary=001a114250bed65112052350cfc2 --001a114250bed65112052350cfc2 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Ron, in eclipse i avoid doing any work involving multiple remotes. I do those things from the commandline. Other things work fine and the part with remotes might work well as well these days. If you use only your fork from eclipse and fetch and rebase from apache or github from out side eclipse you won't have much issues either but integrating is really for the Devine. I won't go as far as to say it doesn't work but I recognise your pain and there is to much useful stuff to be done to dive into this IMHO. What Sebastien describes is good with one addition: keep your fork up to date by pushing a fetch from apache back to yours from time to time. What I do is I fetch master from github/apache, branch, checkout my branch, edit and commit on my branch and then push my branch to my fork (not using master there at all. The rest I do on the github ui as Sebastien describes. On Fri, Oct 30, 2015 at 10:58 AM, Sebastien Goasguen wrote: > Ron, > > I don=E2=80=99t know how to use Github with eclipse, I use the command li= ne for > everything. > > But the documentation should be good: > > https://github.com/apache/cloudstack-docs-admin#contributing-to-the-docum= entation > > Basically you need an account on GitHub. > You fork https://github.com/apache/cloudstack-docs-admin (or the other > docs repo). > You will then have a fork at https://github.com/ > /cloudstack-docs-admin > > Clone your own fork: > > $ git clone https://github.com//cloudstack-docs-admin > > Make your commits via eclipse and push to your own fork. > > Then on the GitHub UI, create a pull request to the upstream repo: > https://github.com/apache/cloudstack-docs-admin > > -sebastien > > > On Oct 29, 2015, at 9:58 PM, Ron Wheeler > wrote: > > > > Trying to help out with the docs without doing too much damage. > > I am new to git. > > > > I am using Eclipse with the egit/mylyn plug-in and I have managed to ge= t > the source for the docs-admin downloaded. > > > > The "Configure Fetch" has a Source Ref of "refs/heads/*" and a > Desctination Ref of "refs/remotes/origin/*" > > I think that I have the right sources. They seem to match the published > docs. > > > > I have made my changes and think that I need to create a pull request t= o > get one of the Cloudstack gods to decide if my attempts are worthy. > > > > I have created the pull request in Eclipse but when I try to submit it = I > get an error box titled "Submit failed" popping up with the rather crypti= c > "Unexpected error: Invalid request. "base", "head" weren't supplied". > > I think that I have to configure the "Remotes/origin/ > https://gethub.com/apache/cloudstack-doc-admin.git" entry using > "Configure Push" menu. > > > > It has a section called "Ref mappings" that I gather is how git figures > out how I want my changes mapped back into the remote repos. > > > > Am I looking in the right places? > > If so, what are the right "Source Ref" and "Destination Ref" entries to > get a pull request that will please the gods (both local and remote). > > > > It looks like editing and creating pull requests gets easy once this is > working. > > > > Still have to work on getting the document production working so I can > actually see the fruits of my labour. > > > > Thanks > > > > Ron > > > > > > * > > * > > > > -- > > Ron Wheeler > > President > > Artifact Software Inc > > email: rwheeler@artifact-software.com > > skype: ronaldmwheeler > > phone: 866-970-2435, ext 102 > > > > --=20 Daan --001a114250bed65112052350cfc2--