From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/81103 Path: news.gmane.org!not-for-mail From: Harry Putnam Newsgroups: gmane.emacs.gnus.general Subject: Re: Ma Gnus v0.1 is released Date: Wed, 01 Feb 2012 08:04:57 -0500 Organization: Still searching... Message-ID: <87mx92puva.fsf@newsguy.com> References: <87ty3bbyh5.fsf@gnus.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1328101530 31681 80.91.229.3 (1 Feb 2012 13:05:30 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 1 Feb 2012 13:05:30 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M29384@lists.math.uh.edu Wed Feb 01 14:05:26 2012 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RsZsI-0001eo-D5 for ding-account@gmane.org; Wed, 01 Feb 2012 14:05:22 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1RsZsH-0003mS-A7; Wed, 01 Feb 2012 07:05:21 -0600 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1RsZsG-0003mH-3l for ding@lists.math.uh.edu; Wed, 01 Feb 2012 07:05:20 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.76) (envelope-from ) id 1RsZsB-0004qk-Nk for ding@lists.math.uh.edu; Wed, 01 Feb 2012 07:05:20 -0600 Original-Received: from plane.gmane.org ([80.91.229.3]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1RsZsA-0005wT-Ax for ding@gnus.org; Wed, 01 Feb 2012 14:05:14 +0100 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1RsZs9-0001Zu-Te for ding@gnus.org; Wed, 01 Feb 2012 14:05:13 +0100 Original-Received: from z65-50-57-227.ips.direcpath.com ([65.50.57.227]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 01 Feb 2012 14:05:13 +0100 Original-Received: from reader by z65-50-57-227.ips.direcpath.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 01 Feb 2012 14:05:13 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 35 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: z65-50-57-227.ips.direcpath.com User-Agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.92 (gnu/linux) Cancel-Lock: sha1:/0y+dM/SFwPj3CBTOKRmOhlwpDc= X-Spam-Score: -1.9 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:81103 Archived-At: Lars Ingebrigtsen writes: > git clone http://git.gnus.org/gnus.git && cd gnus && git checkout m0-1 Just making sure about something.... No git skills at all so: First I rename the existing `gnus' to gnus_old then: Once the commands above have been done... how would a user keep up with development...? `cd gnus; git pull' Does not do like it used to, once the clone command has been run. for example, in the `gnus' directory created by the `git clone [...]' cmd above (from inside the gnus directory): If I run `git pull' I get this error WARNING: gnome-keyring:: no socket to connect to You are not currently on a branch, so I cannot use any 'branch..merge' in your configuration file. Please specify which branch you want to merge with on the command line and try again (e.g. 'git pull '). See git-pull(1) for details. But if I move to the old gnus directory now named gnus_old: cd ../gnus_old, here `git pull' works as expected git pull WARNING: gnome-keyring:: no socket to connect to Already up-to-date.