Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Aug 2002 18:49:39 +0300
From:      Giorgos Keramidas <keramida@ceid.upatras.gr>
To:        Peter Leftwich <Hostmaster@Video2Video.Com>
Cc:        FreeBSD LIST <FreeBSD-Questions@FreeBSD.Org>
Subject:   Re: KDE = K.D.E.A.D! (2.2.2 to 3.0.1, cvspass?)
Message-ID:  <20020806154939.GD20774@hades.hell.gr>
In-Reply-To: <20020725170653.L65238-100000@earl-grey.cloud9.net>
References:  <20020725170653.L65238-100000@earl-grey.cloud9.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On 2002-07-25 17:22 +0000, Peter Leftwich wrote:
> 1. We start our newly-remodeled tour at -
> http://developer.kde.org/build/compile_cvs.html
[...]
>  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

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


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020806154939.GD20774>