CVS: command-line diff on a remote CVS server between two HEAD revs
Posted
by
Gugussee
on Stack Overflow
See other posts from Stack Overflow
or by Gugussee
Published on 2011-01-05T14:51:23Z
Indexed on
2011/01/05
14:53 UTC
Read the original article
Hit count: 542
command-line
|cvs
My CVS-fu is not very strong anymore (after years of SVN'ing and now Mercurial'ing). I'm trying to do a diff between two revisions of the HEAD branch (everything is in the HEAD anyway).
I received an IDE already set up to use a :pserver:myname@cvsserver:port/cvs/project
CVS. I'm on Windows XP. I do not want to use the IDE (the goal here is to learn CVS a bit more).
Apparently I cannot login using SSH to the CVS server.
How can I run a remote CVS diff between two HEAD revs using the command line?
P.S: I am new here, mod me up so I can comment etc. :)
© Stack Overflow or respective owner