Psvn

From Tech
Jump to: navigation, search

Installation

  1. place the file psvn.el in ~/.emacs.d
  2. add the followin line to ~/.emacs - (require 'psvn)

Key Combinations and Commands

Screen Keys Command Action
any svn-status opens the svn status window (start using psvn)
svn status window c svn-status-commit commit changes, opens the commit log window
commit log window C-c C-c svn-log-edit-done finish the log message and commit changes
commit log window C-c C-q svn-log-edit-abort cancel the commit
svn status window a svn-status-add-file add a single file or folder without contents
svn status window A svn-status-add-file-recursively add a file or folder with everything in it
svn status window U svn-status-update-cmd svn update
svn status window = svn-status-show-svn-diff show differences between working version and repo version
svn status window l svn-status-show-svn-log show the commit log for the file
svn status window r svn-status-revert revert the file to the version from the repository
Personal tools