Is there a nice subversion plugin for Vim?

Viewed 14150

I have been using IDEs like NetBeans for quite sometime. NetBeans has a good versioning control plugin. When I have multiple projects and work on them simutanously, I can choose specific projects to commit by hightlighing them and leave others out. Also the commit box allows me to easily take out unwanted files for commit. I failed to find equivalent plugins for Vim.

I have used Nerdtree; while it is good for project navigating, it doesn't show me which folder/files has been modified. In Netbeans it shows a blue/green icon next to the affected tree path.

There are other features I like in GUI but I am not going to list them all here.

I really want to switch to Vim, but this is stopping me. Could anyone please suggest a similar plugin for Vim?

UPDATE: since this was raised 3 years ago, I have stopped using subversion a while back and started using GIT, the plugins that I am using with vim has Git Support (Fugitive)

6 Answers
Related