This is a really nice little plugin that offers common SVN commands to the user from within VIM. Get the plugin here:
Create ~/.vim if you don’t already have it then mv the zip into that dir and unzip it. Use the ‘:helptags’ command to add it to your help directory (:help add-local-help).
Here is a list of the commands the plugin provides:
VCSAdd, VCSAnnotate, VCSBlame, VCSCommit, VCSDelete, VCSDiff, VCSGotoOriginal, VCSLog, VCSRemove, VCSRevert, VCSReview, VCSStatus, VCSUpdate, VCSVimDiff, VCSInfo
USAGE:
:VCSStatus
:VCSCommit etc.
If your familiar with working in SVN then theses commands should be self explanatory.




Cool. This is pretty useful. Until now I used: “svn blame file.cc | vim – ” . It would be nice to try these set of tools.