Hi

Stefan Sperling wrote:
How do you 'nicely' diff files you've added?

The only way I know is either manually hacking the CVS/Entries
file or using a tool that does this such as cvsdo ("cvsdo add <file>")
from cvsutils. Then cvs diff will pick them up.

Do you have another way?

You could do something like that:

# cvs diff -u > a.diff

and add for each new file

# diff -u /dev/null patches/patch-a_b >> a.diff

Marc

Reply via email to