CVS - grabbing only the latest change
foo.C has been updated 5 times since the tag I checked out. 开发者_如何学GoI want to only grab the very last change made to foo - how can I do that?
'cvs -q update foo.c' gets the latest version
'cvs -n -q update' shows the diff from local against remote.
精彩评论