E:\cvs\cvs-test\jhyslop>type test.txt /***************************************************************************** || --------------------------------------------- || DATEI $RCSfile$ || LETZTE VERSION $Revision$ || LETZTER BEARBEITER $Author$ || LETZTE AENDERUNG $Date$ || ARCHIVE $Source$ ****************************************************************************** || || $Log$ First Version E:\cvs\cvs-test\jhyslop>cvs add test.txt cvs server: scheduling file `test.txt' for addition cvs server: use 'cvs commit' to add this file permanently E:\cvs\cvs-test\jhyslop>cvs ci -m "Adding revision 1.1" test.txt RCS file: /cvs/cvs-test/jhyslop/test.txt,v done Checking in test.txt; /cvs/cvs-test/jhyslop/test.txt,v <-- test.txt initial revision: 1.1 done CVS Notifier: No one cares. E:\cvs\cvs-test\jhyslop>echo "Changes for revision 1.2" >> test.txt E:\cvs\cvs-test\jhyslop>cvs ci -m"Modifying revision 1.1, will be 1.2" test.txt Checking in test.txt; /cvs/cvs-test/jhyslop/test.txt,v <-- test.txt new revision: 1.2; previous revision: 1.1 done CVS Notifier: No one cares. E:\cvs\cvs-test\jhyslop>echo "Changes for revision 1.3" >> test.txt E:\cvs\cvs-test\jhyslop>cvs ci -m"Modifying revision 1.2, will be 1.3" test.txt Checking in test.txt; /cvs/cvs-test/jhyslop/test.txt,v <-- test.txt new revision: 1.3; previous revision: 1.2 done CVS Notifier: No one cares. E:\cvs\cvs-test\jhyslop>type test.txt /***************************************************************************** || --------------------------------------------- || DATEI $RCSfile: test.txt,v $ || LETZTE VERSION $Revision: 1.3 $ || LETZTER BEARBEITER $Author: jhyslop $ || LETZTE AENDERUNG $Date: 2004/06/03 14:29:59 $ || ARCHIVE $Source: /cvs/cvs-test/jhyslop/test.txt,v $ ****************************************************************************** || || $Log: test.txt,v $ || Revision 1.3 2004/06/03 14:29:59 jhyslop || Modifying revision 1.2, will be 1.3 || || Revision 1.2 2004/06/03 14:29:33 jhyslop || Modifying revision 1.1, will be 1.2 || || Revision 1.1 2004/06/03 14:29:00 jhyslop || Adding revision 1.1 || First Version "Changes for revision 1.2" "Changes for revision 1.3" E:\cvs\cvs-test\jhyslop>cvs admin -o1.3 test.txt RCS file: /cvs/cvs-test/jhyslop/test.txt,v deleting revision 1.3 done E:\cvs\cvs-test\jhyslop>del test.txt E:\cvs\cvs-test\jhyslop>cvs up -r1.1 test.txt U test.txt E:\cvs\cvs-test\jhyslop>type test.txt /***************************************************************************** || --------------------------------------------- || DATEI $RCSfile: test.txt,v $ || LETZTE VERSION $Revision: 1.1 $ || LETZTER BEARBEITER $Author: jhyslop $ || LETZTE AENDERUNG $Date: 2004/06/03 14:29:00 $ || ARCHIVE $Source: /cvs/cvs-test/jhyslop/test.txt,v $ ****************************************************************************** || || $Log: test.txt,v $ || Revision 1.1 2004/06/03 14:29:00 jhyslop || Adding revision 1.1 || First Version E:\cvs\cvs-test\jhyslop>cvs up -A test.txt U test.txt E:\cvs\cvs-test\jhyslop>echo "First Revisionist History, new version 1.3">>test. txt E:\cvs\cvs-test\jhyslop>cvs ci -m "Revised version 1.3" test.txt Checking in test.txt; /cvs/cvs-test/jhyslop/test.txt,v <-- test.txt new revision: 1.3; previous revision: 1.2 done CVS Notifier: No one cares. E:\cvs\cvs-test\jhyslop>type test.txt /***************************************************************************** || --------------------------------------------- || DATEI $RCSfile: test.txt,v $ || LETZTE VERSION $Revision: 1.3 $ || LETZTER BEARBEITER $Author: jhyslop $ || LETZTE AENDERUNG $Date: 2004/06/03 14:31:16 $ || ARCHIVE $Source: /cvs/cvs-test/jhyslop/test.txt,v $ ****************************************************************************** || || $Log: test.txt,v $ || Revision 1.3 2004/06/03 14:31:16 jhyslop || Revised version 1.3 || || Revision 1.2 2004/06/03 14:29:33 jhyslop || Modifying revision 1.1, will be 1.2 || || Revision 1.1 2004/06/03 14:29:00 jhyslop || Adding revision 1.1 || First Version "Changes for revision 1.2" "First Revisionist History, new version 1.3" E:\cvs\cvs-test\jhyslop>cvs up -r1.1 test.txt U test.txt E:\cvs\cvs-test\jhyslop>type test.txt /***************************************************************************** || --------------------------------------------- || DATEI $RCSfile: test.txt,v $ || LETZTE VERSION $Revision: 1.1 $ || LETZTER BEARBEITER $Author: jhyslop $ || LETZTE AENDERUNG $Date: 2004/06/03 14:29:00 $ || ARCHIVE $Source: /cvs/cvs-test/jhyslop/test.txt,v $ ****************************************************************************** || || $Log: test.txt,v $ || Revision 1.1 2004/06/03 14:29:00 jhyslop || Adding revision 1.1 || First Version E:\cvs\cvs-test\jhyslop>