From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: artun Newsgroups: gmane.emacs.help Subject: Re: using svn through emacs Date: Thu, 28 Jun 2007 06:22:06 -0000 Organization: http://groups.google.com Message-ID: <1183011726.406525.52430@k29g2000hsd.googlegroups.com> References: <1182925881.400836.54860@q75g2000hsh.googlegroups.com> <7dd4zhlpjc.fsf@www.gratismegler.no> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Trace: sea.gmane.org 1183012838 19731 80.91.229.12 (28 Jun 2007 06:40:38 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 28 Jun 2007 06:40:38 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Jun 28 08:40:37 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 1I3ngD-0004Rl-7s for geh-help-gnu-emacs@m.gmane.org; Thu, 28 Jun 2007 08:40:37 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I3ngC-0001BH-Jw for geh-help-gnu-emacs@m.gmane.org; Thu, 28 Jun 2007 02:40:36 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!k29g2000hsd.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 23 Original-NNTP-Posting-Host: 213.139.195.162 Original-X-Trace: posting.google.com 1183011726 28590 127.0.0.1 (28 Jun 2007 06:22:06 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Thu, 28 Jun 2007 06:22:06 +0000 (UTC) In-Reply-To: User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.4) Gecko/20070515 Firefox/2.0.0.4,gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: k29g2000hsd.googlegroups.com; posting-host=213.139.195.162; posting-account=Yzu5gQwAAADtq8SGu3S1gsphUnJ0p4g6 Original-Xref: shelby.stanford.edu gnu.emacs.help:149738 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:45326 Archived-At: Eric, Thanks for your valuable help... > Note that in order to run M-x svn-status, you must download and > install the file psvn.el; it doesn't come with Emacs. You can get it > fromhttp://svn.collab.net/repos/svn/trunk/contrib/client-side/emacs/psvn.el > By the way installing psvn.el is quite easy. Just putting the file under /lisp and adding line "(require 'psvn)" to .emacs file makes the file installed. I want to learn what is the difference between psvn.el and dsvn.el, because on top of both of the files it was stated they are subversion interface for emacs. In addition there exists "vc-svn.el --- a VC backend for Subversion". Will I need other two files than psvn.el? Thanks...