Wednesday, April 22, 2015

integrating subversion into vim

Let's say I have a file that is currently under subversion. Normally,
I edit the file, save it, go to the konsole, use svn diff to check the
differences. Instead is it possible to do all this in the vim window
as follows?

1) Edit the file in vim.
2) Enter a command or a shortcut key in vim so that the current vim
window automatically goes into vimdiff mode with left pane showing the
original version in subversion, right pane showing the current buffer.
3) After checking the differences, modify/save the file
4) Enter a command or a shortcut key in vimdiff mode to go back to
just the vim window in step 1.

Is this vim -> vimdiff -> vim cycle achievable in vim?

thanks
raju
--
Kamaraju S Kusumanchi | http://raju.shoutwiki.com/wiki/Blog

--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments: