From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Xue Fuqiao Newsgroups: gmane.emacs.devel Subject: Re: How to begin contributing to XWidgets for GSoC Date: Thu, 06 Mar 2014 11:00:45 +0800 Organization: The Church of Emacs Message-ID: <87iorskp42.fsf@gnu.org> References: <5e0f426affa147cba5ae30977f4f3c84@BY2PR03MB378.namprd03.prod.outlook.com> <87k3cd2ioo.fsf@gnu.org> <87k3cd59c3.fsf@tanger.home> <87a9d4on6g.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1394074864 26410 80.91.229.3 (6 Mar 2014 03:01:04 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 6 Mar 2014 03:01:04 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Mar 06 04:01:12 2014 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1WLOYX-0001xe-K6 for ged-emacs-devel@m.gmane.org; Thu, 06 Mar 2014 04:01:09 +0100 Original-Received: from localhost ([::1]:55491 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WLOYX-000308-4P for ged-emacs-devel@m.gmane.org; Wed, 05 Mar 2014 22:01:09 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:56981) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WLOYQ-0002zy-M9 for emacs-devel@gnu.org; Wed, 05 Mar 2014 22:01:07 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WLOYL-0002iI-W0 for emacs-devel@gnu.org; Wed, 05 Mar 2014 22:01:02 -0500 Original-Received: from plane.gmane.org ([80.91.229.3]:47985) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WLOYL-0002i6-PC for emacs-devel@gnu.org; Wed, 05 Mar 2014 22:00:57 -0500 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1WLOYK-0001kn-En for emacs-devel@gnu.org; Thu, 06 Mar 2014 04:00:56 +0100 Original-Received: from 61.149.230.243 ([61.149.230.243]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 06 Mar 2014 04:00:56 +0100 Original-Received: from xfq by 61.149.230.243 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 06 Mar 2014 04:00:56 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 30 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 61.149.230.243 User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) Cancel-Lock: sha1:xhKQy5wNUfAaGWGk5os6GOGMHI8= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:170170 Archived-At: joakim@verona.se writes: >> joakim@verona.se writes: >>> See https://gitorious.org/emacs-xwidgets/emacs-xwidgets/source/39adb3f2f911a7c4fc6ab65ce5acc369e877741a: >> >> I can't successfully clone this repo: >> >> $ git clone https://git.gitorious.org/emacs-xwidgets/emacs-xwidgets.git >> Cloning into 'emacs-xwidgets'... >> remote: Counting objects: 716588, done >> remote: Finding sources: 100% (716588/716588) >> remote: Compressing objects: 100% (9874/9874) >> remote: Compressing objects: 100% (9845/9845) >> Receiving objects: 100% (716588/716588), 227.22 MiB | 218.00 KiB/s, done. >> Resolving deltas: 100% (577228/577228), done. >> Checking connectivity... done >> warning: remote HEAD refers to nonexistent ref, unable to checkout. >> >> So, perhaps a `master' branch is necessary[fn:1]. > I didnt add a master branch because my git repo uses trunk like bzr. > I used this mirror as a start: http://repo.or.cz/w/emacs.git, which > seems to have a master in sync with trunk. > > A large part of this years GSOC will be combatting the DVCSes I think. I checked out the `xwidget2' branch successfully by `git checkout -b xwidget2 origin/xwidget2'. Could you please rename that branch (by `git branch -m origin/xwidget2 master', perhaps)? -- http://www.gnu.org/software/emacs/