Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 412 Bytes

readme.md

File metadata and controls

25 lines (14 loc) · 412 Bytes

vim-sovereign

Gain sovereignty over subversion.

Design

vim-sovereign allows you to manage your svn checkout as vim intended. Get a status buffer with :Sstatus and add files to a pending submit changlist. Submit them with :Scommit -v and see a diff of those changes while writing your commit message.

Requirements

Python 3 and module svn

pip install -r requirements.txt

License

MIT