bug-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: (no subject)


From: Derek Price
Subject: Re: (no subject)
Date: Wed, 23 Feb 2005 12:30:38 -0500
User-agent: Mozilla Thunderbird 1.0 (Windows/20041206)

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

This was "fixed" to work this way on 4/26 of last year because some
platforms refuse to work with the argument ordering which AIX
evidentally requires.  I wasn't aware of the AIX requirements at the time.

I will take this under advisement and, of course, consider any patches
to the configure script to detect any argument ordering required by
rsh or to allow format string substitution in the contents of
$CVS_RSH, but for now I recommend you fill $CVS_RSH with the path to
something like the following script:

~    #! /bin/sh
~    if test -z "$3"; then
~       echo "This script requires at least 3 arguments." >&2
~       exit 1
~    fi
~    one=$1
~    two=$2
~    three=$3
~    shift; shift; shift
~    set - "$three" "$one" "$two" ${1+"$@"}
~    rsh "$@"

Regards,

Derek

Derek Klan wrote:

| I just compiled CVS level 1.19 under AIX 5.2 without a problem.
|
| However, trying to run any commands I am getting an error: host:
| name -l NOT FOUND cvs [update aborted]: end of file from server
| (consult above messages if any)
|
| When running with "cvs -t " looks like rsh command is getting mixed
|  and it runs as "rsh -l username hostname" instead of "rsh hostname
|  -l username". Example below:
|
| [p650:/usr/local/test] $ cvs -t hi -o -> main loop with
| CVSROOT=:ext:cvsunix@cvs_rep:/cvs -> Starting server: rsh -l
| cvsunix cvs_rep cvs server host: name -l NOT FOUND cvs [history
| aborted]: end of file from server (consult above messages if any)
| -> Lock_Cleanup()
|
|
|
|
| _______________________________________________ Bug-cvs mailing
| list Bug-cvs@gnu.org http://lists.gnu.org/mailman/listinfo/bug-cvs


-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.0 (Cygwin)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFCHL2+LD1OTBfyMaQRAohoAJ4h+UcFuTQgwrp5duOS7aWBhoC/zQCeLUft
jMs7fYYlhrcLvo5P3gxm8vo=
=51HZ
-----END PGP SIGNATURE-----





reply via email to

[Prev in Thread] Current Thread [Next in Thread]