From: richs AT ideadev DOT com (Richard Schulte) Subject: Re: RCS - diff fails 6 Oct 1997 07:46:46 -0700 Message-ID: <199710061430.HAA16676.cygnus.gnu-win32@cygnus.com> References: <9710060702 DOT AA00376 AT ss38 DOT wg DOT icl DOT co DOT uk> Reply-To: schulte AT acm DOT org To: gnu-win32 AT cygnus DOT com, kh AT wg DOT icl DOT co DOT uk (Kevin Hughes) I have RCS working, but I had to use the rcs & diff from the VirtUnix site http://www.itribe.net/virtunix/contributors.html which I placed in my /usr/local/bin/rcs directory, along with the RCS binaries. Then I added the following lines in the .environment file: typeset -x RCSPATH="/usr/local/bin/rcs" # # functions necessary to use non-cygnus rcs # for i in ci co ident merge rcs rcsclean rcsdiff rcsmerge rlog do eval "function $i() { declare -x PATH=$RCSPATH declare -x TMP="D:\\\\TMP" $RCSPATH/$i \$* }" done Richard Schulte Idea Development Incorporated http://ideadev.com/Richard - For help on using this list (especially unsubscribing), send a message to "gnu-win32-request AT cygnus DOT com" with one line of text: "help".