HP3000-L Archives

May 2001, Week 3

HP3000-L@RAVEN.UTC.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Lars Appel <[log in to unmask]>
Reply To:
Lars Appel <[log in to unmask]>
Date:
Thu, 17 May 2001 19:42:47 +0200
Content-Type:
text/plain
Parts/Attachments:
text/plain (26 lines)
Mark K wrote...

>The next step is to do your port, test and get things ready for release.

During your porting work, you can always see whether you did
some modifications to a given file(set) and -if so- what the
changes compared to the original/older versions are...

 $ cvs status -v somefile.c

 $ cvs diff -u somefile.c

When you commit/checkin working source code versions into the
cvs repository at certain points in time, you can even perform
diffs referring to different versions. Here the tags also come
in handy (Mark used V8_11_3 for the initial check-in)...

 $ cvs diff -u -r V8_11_3 somefile.c

GNU cvs is quite handy to keep track of or undo/redo changes.

Lars.

* To join/leave the list, search archives, change list settings, *
* etc., please visit http://raven.utc.edu/archives/hp3000-l.html *

ATOM RSS1 RSS2