This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: RCS - diff fails


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".


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]