Diff Vergleiche lokale veränderte Datei mit dem Repository michael@zaphod:~/checkouts/Office> cvs diff cvs diff: Diffing . Index: vi.c =================================================================== RCS file: /home/michael/cvs/Office/vi.c,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 vi.c --- vi.c 20 Feb 2002 00:31:33 -0000 1.1.1.1 +++ vi.c 28 Feb 2002 10:29:44 -0000 @@ -2,3 +2,8 @@ #include "vi.h" +int main () { + + /* Let's go */ + +}