$include_dir="/home/hyper-archives/ublas/include"; include("$include_dir/msg-header.inc") ?>
From: Georg Baum (Georg.Baum_at_[hidden])
Date: 2005-03-14 11:46:16
Am Montag, 14. März 2005 16:55 schrieb Gunter Winkler:
> about the diffs:
> I created them with "cvs diff filename". It no problem to make a context
> diff. Is there another way to create patches against a cvs revision?
Write this line in ~/.cvsrc:
diff -upN
This enures that the "cvs diff" command makes context diffs (u), includes
function names (p) and newly added files (N).
Georg