Script started on Wed Jun 15 18:25:30 2005 bash-2.05a$ uname -a Darwin Woody 6.8 Darwin Kernel Version 6.8: Wed Sep 10 15:20:55 PDT 2003; root:xnu/xnu-344.49.obj~2/RELEASE_PPC Power Macintosh powerpc bash-2.05a$ gcc -v Reading specs from /usr/libexec/gcc/darwin/ppc/3.1/specs Thread model: posix Apple Computer, Inc. GCC version 1151, based on gcc version 3.1 20020420 (prerelease) bash-2.05a$ ./admin -V GNU CSSC 1.0.1 CSSC $Id: admin.cc,v 1.39 2004/10/17 12:40:19 james_youngman Exp $ Copyright (C) 1997-2002 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program in the file COPYING; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. CURRENT CONFIGURATION: Binary file support (compiled-in default): enabled Binary file support (as overridden by $CSSC_BINARY_SUPPORT): enabled Maximum body line length (compiled-in default): 0 Maximum body line length (as overridden by $CSSC_MAX_LINE_LENGTH): 0 Commentary: Binary file support is enabled; this means that CSSC will create an encoded SCCS file if you pass the "-b" option to "admin", or if you create an SCCS file from an input file which the SCCS file format cannot represent in text format. Set the environment variable CSSC_BINARY_SUPPORT to change this. Lines in the main body of the SCCS files that CSSC produces are not limited in length. This means that CSSC can fail to interoperate with SCCS implementations which limit the length of a body line to some fixed number. Set the environment variable CSSC_MAX_LINE_LENGTH to change this. The system diff utility should be able to handle lines of up to 2048 characters, and perhaps more. You are using /usr/bin/diff as your diff utility, but this program is not clever enough to determine if that is the system utility (to which the _SC_LINE_MAX limit shown above applies) or not. If /usr/bin/diff is GNU diff, then there will be no upper limit. When this version of CSSC was compiled, /usr/bin/diff was GNU diff, which has no upper limit on line lengths.