Package: cvs Version: 1.9.29-1 Severity: wishlist This makes it rather hard to write reliable scripts that invoke `cvs diff'. GNU diff solves this problem by exiting 0 for no differences, 1 for some differences and 2 for error. It would be best if CVS could do the same. ttfn/rjk
Dear CVS user, Thanks for your interest in CVS and the bug report you have contributed [1]. Debian's cvs package has ~120 old bugs, most of them are couple of years old. As part of a bug triage I'm doing for several packages, I would like your help with verifying your bug is still relevant or getting your approval for closing it. The current cvs version in Debian is 1.12.13-8 (shared by stable, testing and unstable). Feel free to contact me for questions or if you need help. [1] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=47095 Thanks.
Dear CVS user, Thanks for your interest in CVS and the bug report you have contributed [1]. Debian's cvs package has ~120 old bugs, most of them are couple of years old. As part of a bug triage I'm doing for several packages, I would like your help with verifying your bug is still relevant or getting your approval for closing it. The current cvs version in Debian is 1.12.13-8 (shared by stable, testing and unstable). Feel free to contact me for questions or if you need help. [1] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=47095 Thanks.
Lior Kaplan writes: The bug still exists. ttfn/rjk
Hi, I just looked at this, and it is totally nontrivial, as about the entire code can exit(1) on error. Our best chance seems to be to always exit(2) on error for _all_ subcommands (and glo- bally) and then return 1 on diff differences. I’ll accept patches ☺ bye, //mirabilos