revision 1.5 date: 2008/10/28 21:04:21; author: dieter; state: Exp; lines: +4 -7 Check for empty argument to debug function to adapt to sh in -current. revision 1.4 date: 2005/08/20 21:37:41; author: dieter; state: Exp; lines: +5 -5 +> SCU is now at scu.bsdusr.net instead of moon.vub.ac.be. revision 1.3 date: 2005/05/22 15:27:59; author: dieter; state: Exp; lines: +17 -5 +> Significant performance improvements: +> change haverev() to use shell constructs instead of invoking basename and dirname. +> change escpat() to only call sed when a regex special character is found using a shell construct. (These 2 functions are called for every file.) revision 1.2 date: 2005/01/30 14:53:30; author: dieter; state: Exp; lines: +34 -53 +> Make cleanup routine delete .$$ also. +> When debugging, write a (one line) shell script to remove temporary files after investigation and tell the user about it. +> Use more variables to specify location of remote logfiles. This should make it easier to use other servers/repositories. +> Use xargs to invoke cvs, instead of using shell while loops. It looks cleaner and is probably more efficient. +> Misc. small fixes, cleanup, and error checking.