From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Peter Dyballa Newsgroups: gmane.emacs.help Subject: Re: SVN update in GNU Emacs 22.1.50 Date: Mon, 17 Sep 2007 14:19:30 +0200 Message-ID: References: <8044046A-BFB4-488F-A2A7-CA07696200E7@Web.DE> <85lkb62shv.fsf@lola.goethe.zz> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=WINDOWS-1252; delsp=yes; format=flowed Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1190031650 29447 80.91.229.12 (17 Sep 2007 12:20:50 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 17 Sep 2007 12:20:50 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: David Kastrup Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Sep 17 14:20:48 2007 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IXFap-0001gr-MS for geh-help-gnu-emacs@m.gmane.org; Mon, 17 Sep 2007 14:20:47 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IXFao-0006Zt-9A for geh-help-gnu-emacs@m.gmane.org; Mon, 17 Sep 2007 08:20:46 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IXFZj-00063Y-TJ for help-gnu-emacs@gnu.org; Mon, 17 Sep 2007 08:19:39 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IXFZi-00061j-Bk for help-gnu-emacs@gnu.org; Mon, 17 Sep 2007 08:19:39 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IXFZi-00061Z-21 for help-gnu-emacs@gnu.org; Mon, 17 Sep 2007 08:19:38 -0400 Original-Received: from fmmailgate02.web.de ([217.72.192.227]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IXFZe-0006ld-TP; Mon, 17 Sep 2007 08:19:35 -0400 Original-Received: from smtp08.web.de (fmsmtp08.dlan.cinetic.de [172.20.5.216]) by fmmailgate02.web.de (Postfix) with ESMTP id 3F5D69CA0750; Mon, 17 Sep 2007 14:19:33 +0200 (CEST) Original-Received: from [195.4.204.55] (helo=[192.168.1.2]) by smtp08.web.de with asmtp (TLSv1:AES128-SHA:128) (WEB.DE 4.108 #197) id 1IXFZc-0000CG-00; Mon, 17 Sep 2007 14:19:33 +0200 In-Reply-To: <85lkb62shv.fsf@lola.goethe.zz> X-Mailer: Apple Mail (2.752.2) X-Sender: Peter_Dyballa@web.de X-Provags-ID: V01U2FsdGVkX1/jm3IIsitgLL6sXqPTFjolrGIp/JfvRCa3IwlJ iSoQUQAjg5pKvK9LudGTNY/PSPC8OwE9uHKBkbpTgJ9PuevNZU m8T4oSQrlfskWH/sC9+Q== X-Detected-Kernel: Linux 2.4-2.6 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:47637 Archived-At: Am 16.09.2007 um 23:46 schrieb David Kastrup: > Mathias Megyei writes: > >> Peter Dyballa writes: >>> Hello! >>> >>> I was trying to update a software by SVN. I launched GNU Emacs =20 >>> with - >>> Q and issued >>> >>> M-x load-library RET vc RET >>> > > Unnecessary. > >>> Then I issued >>> >>> M-x load-library RET vc-svn RET > > Unnecessary. I wanted to make sure that this code was loaded. When I asked GNU =20 Emacs to complete vc-svn- function names it do not show a =20 "reasonable" set of them. And the load-library calls did not change =20 this situation either ... this got me puzzled and write the eMail. > > Try opening a file in a Subversion work directory, and Emacs should > _know_ what version it corresponds to (see the mode line). And try > C-x v C-h to get a list of VC commands. > Yes, this leads a bit further! Thank you! Alas, some (most) of my =20 downloaded code does not receive updates! For the SVN method vc-retrieve-snapshot brings a buffer *vc* with =20 this contents: svn: '' does not appear to be a URL (Isn't this bad English? Shouldn't it be 'an URL'?) Svn-status-update-=20= cmd from psvn.el retrieves updates for six files. In the case of the git method my CPU is glowing in red for half an =20 hour. No newer files can be found by find afterwards. When I then =20 invoke 'git pull' on the command line both network and CPU (and disk) =20= are doing their work for some lengthy period (more than an hour now =96 =20= OK, a 'make distclean' is done too!) and are updating the code of =20 X11R7 clients. In the case of CVS (with GNU Emacs 23.0.50) vc-retrieve-snapshot =20 seems to work like cvs-up from pcvs.el. I should wait until some =20 conflict arises ... So there is no substitute for pcvs.el and psvn.el now =96 why is the =20 family of vc-*.el files then autoloaded? Only because I am using the =20 non-productive and unstable GNU Emacsen 22.1.50 or 23.0.50 while =20 released GNU Emacs 22.1 would not? And the p(cvs|svn) Elisp libraries =20= have one more obvious advantage: they can run in parallel! -- Mit friedvollen Gr=FC=DFen Pete The light at the end of the tunnel has been turned off due to budget =20 cuts.