From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Mathias Megyei Newsgroups: gmane.emacs.help Subject: SVN update in GNU Emacs 22.1.50 Date: Sun, 16 Sep 2007 19:54:45 +0200 Message-ID: <18157.28133.782953.331233@gargle.gargle.HOWL> References: <8044046A-BFB4-488F-A2A7-CA07696200E7@Web.DE> Reply-To: mathias@mnet-mail.de NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1189965311 11189 80.91.229.12 (16 Sep 2007 17:55:11 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 16 Sep 2007 17:55:11 +0000 (UTC) Cc: emacs list To: Peter Dyballa Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Sep 16 19:55:09 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 1IWyKp-0000Ux-BX for geh-help-gnu-emacs@m.gmane.org; Sun, 16 Sep 2007 19:55:07 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IWyKo-000383-75 for geh-help-gnu-emacs@m.gmane.org; Sun, 16 Sep 2007 13:55:06 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IWyKa-00037w-2Z for help-gnu-emacs@gnu.org; Sun, 16 Sep 2007 13:54:52 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IWyKX-00037h-Ns for help-gnu-emacs@gnu.org; Sun, 16 Sep 2007 13:54:50 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IWyKX-00037e-H2 for help-gnu-emacs@gnu.org; Sun, 16 Sep 2007 13:54:49 -0400 Original-Received: from mail-out.m-online.net ([212.18.0.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IWyKX-0003Zx-2l for help-gnu-emacs@gnu.org; Sun, 16 Sep 2007 13:54:49 -0400 Original-Received: from mail01.m-online.net (mail.m-online.net [192.168.3.149]) by mail-out.m-online.net (Postfix) with ESMTP id AC0B3222DBE; Sun, 16 Sep 2007 19:54:46 +0200 (CEST) Original-Received: from champfer (ppp-82-135-81-49.dynamic.mnet-online.de [82.135.81.49]) by mail.mnet-online.de (Postfix) with ESMTP id 48746904C4; Sun, 16 Sep 2007 19:54:46 +0200 (CEST) In-Reply-To: <8044046A-BFB4-488F-A2A7-CA07696200E7@Web.DE> X-Mailer: VM 8.0.2-487 under Emacs 22.1.2 (i686-pc-linux-gnu) X-Detected-Kernel: Genre and OS details not recognized. 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:47623 Archived-At: Hi Peter, Peter Dyballa writes: > Hello! > > I was trying to update a software by SVN. I launched GNU Emacs with - > Q and issued > > M-x load-library RET vc RET > > *Messages* added > > Loading vc... > Loading easymenu...done > Loading vc...done > > Then I issued > > M-x load-library RET vc-svn RET > > *Messages* added > > Loading vc-svn...done Loading > > Then I opened in dired the directory tree to update the software. I > tried > > M-x vc-svn- TAB > > and received the answer > > [No match] > > What am I doing wrong? Assuming that vc-svn.el is providing > interactive commands in the kind of cvs-up? IIRC the cvs-* dosn't work in dired buffer (which is bad, IMHO). Perhaps the same is true for the svn-* functions. Try to open a file under version control and start svn-* functions in that buffer. Regards, Mathias