Hello list, ## Those wanting to respond by RTFM, please just ignore me /
I need to check the difference between sources in anoncvs and the source I fetched to apply the latest patch in -stable. However: # cvs -nt diff -c -rOPENBSD_4_5 ... cvs server: Diffing usr.sbin/ztsscale == produces the output too large for one screen, and I can't see any line ending with + while == # cvs -nt diff -c -rOPENBSD_4_5 | 2>&1 /somewhere/diff.txt -> main loop with cvsroot=anon...@anoncvs.de.openbsd.org:/cvs -> Starting server: ssh anoncvs.de.openbsd.org -l anoncvs cvs server ksh: /somewhere/diff.txt: cannot execute - Permission denied == How should I properly check it? How would a line showing difference look like? Many thanks in advance to anyone bothering to respond.