X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com Date: Tue, 23 Oct 2012 19:49:35 +0200 From: Bas Gieltjes To: geda-user AT delorie DOT com Subject: Re: [geda-user] Odd position mangling error Message-ID: <20121023194935.37dd2ef5@Parasomnia.thuis.lan> In-Reply-To: <5086C5E4.7060900@estechnical.co.uk> References: <5086B5AD DOT 9080706 AT estechnical DOT co DOT uk> <5086C5E4 DOT 7060900 AT estechnical DOT co DOT uk> X-Mailer: Claws Mail 3.8.1 (GTK+ 2.24.10; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-OriginalArrivalTime: 23 Oct 2012 17:49:36.0168 (UTC) FILETIME=[C43B9A80:01CDB146] X-RcptDomain: delorie.com Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id q9NHnflj010184 Reply-To: geda-user AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: geda-user AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk Hello Ed, > Sorry, perhaps I should have been clearer, how do I update my git > working copy (that has local modifications) to look at the new server? Modify the file ".git/config" in the project repository. Change the line with url = ... to this: url = git://git.geda-project.org/geda-gaf.git Use git stash to temporarily store your local modifications, check the man page for these options: save, pop (and list). Use these before and after updating from the project repository, check with the 'list' option what has happened. Here is the project git page: http://wiki.geda-project.org/geda:scm maybe it is a nice introduction to git. Bas --