From owner-freebsd-questions Tue Aug 6 18:57: 0 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4ECCC37B400 for ; Tue, 6 Aug 2002 18:56:58 -0700 (PDT) Received: from russian-caravan.cloud9.net (russian-caravan.cloud9.net [168.100.1.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id EEC0143E65 for ; Tue, 6 Aug 2002 18:56:57 -0700 (PDT) (envelope-from Hostmaster@Video2Video.Com) Received: from earl-grey.cloud9.net (earl-grey.cloud9.net [168.100.1.1]) by russian-caravan.cloud9.net (Postfix) with ESMTP id A4BB328DEE; Tue, 6 Aug 2002 21:56:57 -0400 (EDT) Date: Tue, 6 Aug 2002 21:56:57 -0400 (EDT) From: Peter Leftwich X-X-Sender: To: Giorgos Keramidas Cc: FreeBSD LIST Subject: Re: KDE = K.D.E.A.D! (2.2.2 to 3.0.1, cvspass?) In-Reply-To: <20020806154939.GD20774@hades.hell.gr> Message-ID: <20020806215313.Q86473-100000@earl-grey.cloud9.net> Organization: Video2Video Services - http://Www.Video2Video.Com MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, 6 Aug 2002, Giorgos Keramidas wrote: > PL> c. `export CVSROOT=:pserver:anonymous@anoncvs.kde.org:/home/kde` doesn't work but `setenv CVSROOT=:pserver:anonymous@anoncvs.kde.org:/home/kde` does! > Neither works. If you are using a shell that accepts the same syntax as sh(1) the correct way is: > $ CVSROOT=':pserver:anonymous@anoncvs.kde.org:/home/kde' > $ export CVSROOT You know what? In my egocentric view of computing (just kidding) I failed to realize that when following examples from webpages line-by-line it doesn't hurt the learning process to first actually run `/bin/sh` then follow their directions! Eh? :) > but if you are using csh(1) or a similar shell: > % setenv CVSROOT ':pserver:anonymous@anoncvs.kde.org:/home/kde' > Note the lack of an equal sign (`=') in the second example. > - Giorgos Yeah, I use tcsh for a shell (who in their right mind would use sh or csh instead of bash, ksh, tcsh or one like these) and appreciate your setting me straight. By the way, can't cvs or cvsup include this CVSROOT info on the command line, hence leading to a more general success rate? -- Peter Leftwich President & Founder Video2Video Services Box 13692, La Jolla, CA, 92039 USA +1-413-403-9555 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message