dsvn.el 1.4
From: David Kågedal <david_at_virtutech.se>
Date: 2007-09-27 11:18:55 CEST
The dsvn.el Emacs interface to Subversion has been updated to version
It can be found in the contrib/client-side/emacs/ subdirectory of the
http://subversion.tigris.org/tools_contrib.html#dsvn_el
dsvn is a lightweight, but yet powerful, interface to svn, and handles
This is an interface for managing Subversion working copies. It
To get you started, add this line to your startup file:
(autoload 'svn-status "dsvn" "Run `svn status'." t)
This file integrates well with vc-svn, so you might want to do this
(require 'vc-svn)
To get the status view, type
M-x svn-status
and select a directory where you have a checked-out Subversion
Navigate through the file list using "n" and "p", for next and
You can get a summary of available commands by typing "?".
Some commands operate on files, and can either operate on the file
m mark and go down
The commands that operate on files are:
f Visit the file under point (does not use marks)
These commands update what is shown in the status buffer:
g Rerun "svn status" to update the list. Use a prefix
To update the working copy:
M-u Run "svn update". If a prefix argument is given (C-u),
To view the Subversion log type "M-x svn-log".
-- David Kågedal, Virtutech --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org For additional commands, e-mail: users-help@subversion.tigris.orgReceived on Thu Sep 27 13:30:34 2007 |
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.