RCS - diff fails

Richard Schulte richs@ideadev.com
Mon Oct 6 07:30:00 GMT 1997


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@cygnus.com" with one line of text: "help".



More information about the Cygwin mailing list