On Friday 04 August 2006 09:59, Fabio Rotondo wrote:
> Hi all,
>
> is it possible to "pipe" the CVS diff -r output to vim to use something
> like "vimdiff" to see the changes?
>
> Thanks,
>
>       Fabio

I use subversion instead of CVS. I usually do

svn diff filename.F90 | gvim -

or

svn diff | gvim -

cvs should also work in a similar way. Does that answer your question?

raju

-- 
http://kamaraju.googlepages.com/cornell-bazaar
http://groups.google.com/group/cornell-bazaar/about

Reply via email to