From: Radamanthe <tek512@free.deleteme.fr>
To: help-gnu-emacs@gnu.org
Subject: Re: emacs 21.3 with svn
Date: Sat, 03 Feb 2007 11:29:05 +0100 [thread overview]
Message-ID: <45c463bf$0$31443$426a34cc@news.free.fr> (raw)
In-Reply-To: <45c4d9bf$1@news.greennet.net>
Ken Goldman wrote:
> I'm being moved from cvs to svn.
>
> Looking at the web, it's hard to tell whether it's possible to use svn
> under emacs. I found lots of bug reports. Is it possible?
Yes. There are some differences between the way cvs and svn handle some
things. I used to use a precompiled version of emacs 21.3 under Win32
and had some problems with psvn.el (the pcl-cvs for svn) not working at
all. I finally figured out to check-in files with C-x C-v and do basic
stuffs only, but once I had to do more complex things, I switched out of
emacs, using svn from a shell or TortoiseSVN (a nice GUI).
I managed recently to compile emacs 21.4.1 under Win32, and now
everything goes well (svn-status is nice). psvn.el is supposed to work
with 21.3 anyway, but I suppose there is a problem with precompiled
emacs 21.3 found on the net.
> If so, neither the .el files nor svn include any install instructions.
> Can someone point me to a web site, HOWTO, etc., that might tell me how
> to get it going.
Really straightforward. Make sure you find psvn.el on the net (it is not
yet provided with emacs). The one I use is tagged:
;; $Id: psvn.el 18470 2006-02-15 20:51:59Z xsteve $
Then put in your .emacs:
(require 'psvn)
(add-to-list 'vc-handled-backends 'SVN)
Type 'C-x svn-status', enter a svn controlled directory.
After that, a "dired-like" buffer is created (in major svn-status-mode).
There are lots of commands in this mode. Do 'C-h m' for documentation.
Enjoy.
--
R.N.
prev parent reply other threads:[~2007-02-03 10:29 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-02-02 18:58 emacs 21.3 with svn Ken Goldman
2007-02-02 19:44 ` Leo
2007-02-02 23:09 ` Eric Hanchrow
[not found] ` <mailman.3921.1170458610.2155.help-gnu-emacs@gnu.org>
2007-02-03 5:49 ` Hadron
2007-02-03 6:48 ` Matthew Flaschen
2007-02-03 10:29 ` Radamanthe [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='45c463bf$0$31443$426a34cc@news.free.fr' \
--to=tek512@free.deleteme.fr \
--cc=help-gnu-emacs@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.