Mail Archives: cygwin/1997/10/06/07:46:46
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".
- Raw text -