* emacs 21.3 with svn
@ 2007-02-02 18:58 Ken Goldman
2007-02-02 19:44 ` Leo
2007-02-03 10:29 ` Radamanthe
0 siblings, 2 replies; 6+ messages in thread
From: Ken Goldman @ 2007-02-02 18:58 UTC (permalink / raw)
To: help-gnu-emacs
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?
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.
Meta-comment to elisp developers: After you've spent months developing
your great package, take a few extra hours and put some install and
usage comments at the top. You do want us to use your creation, don't you?
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: emacs 21.3 with svn
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 10:29 ` Radamanthe
1 sibling, 2 replies; 6+ messages in thread
From: Leo @ 2007-02-02 19:44 UTC (permalink / raw)
To: help-gnu-emacs
On 2007-02-02, Ken Goldman said:
> 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?
>
> 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.
>
> Meta-comment to elisp developers: After you've spent months
> developing your great package, take a few extra hours and put some
> install and usage comments at the top. You do want us to use your
> creation, don't you?
There are vc-svn (included in Emacs) and psvn¹
Footnotes:
¹ http://www.xsteve.at/prg/vc_svn/
--
Leo <sdl.web AT gmail.com> (GPG Key: 9283AA3F)
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: emacs 21.3 with svn
2007-02-02 18:58 emacs 21.3 with svn Ken Goldman
2007-02-02 19:44 ` Leo
@ 2007-02-03 10:29 ` Radamanthe
1 sibling, 0 replies; 6+ messages in thread
From: Radamanthe @ 2007-02-03 10:29 UTC (permalink / raw)
To: help-gnu-emacs
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.
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2007-02-03 10:29 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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
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.