Skip site navigation (1)Skip section navigation (2)
Date:      01 Aug 2002 21:06:38 -0500
From:      Kirk Strauser <kirk@strauser.com>
To:        freebsd-questions@freebsd.org
Subject:   Re: Two unrelated questionlets.
Message-ID:  <87bs8mf1zl.fsf@pooh.int>
In-Reply-To: <20020801200523.W12462-100000@earl-grey.cloud9.net>
References:  <20020801200523.W12462-100000@earl-grey.cloud9.net>

next in thread | previous in thread | raw e-mail | index | archive | help

At 2002-08-02T00:08:05Z, Peter Leftwich <Hostmaster@Video2Video.Com> writes:

> 1. I am reading up about CVSup and taking the time to absorb AMAP (as much
> as possible):
> http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cvsup.html

> They *could* begin by explaining what "sup" and "cvsup" stand for and by
> telling the reader what a "source tree" is.  Can someone clue me in?

From "man cvs":

NAME
       cvs - Concurrent Versions System

CVS is a system for letting multiple authors work on the same set of source
code, documentation, or other text-based data.  Whenever two people make
edits to the same file, CVS can help them "merge" their changes into the
common data pool (the "source tree").  When you use cvs or cvsup to "check
out" a "source tree", you're taking a snapshot of all of the data, computer
code, configuration files, etc. that come together to make FreeBSD.

CVSup is a program that works similarly to cvs (from an end-user's point of
view), but usually runs much faster.  It's common for FreeBSD users to call
cvsup on a regular basis to keep their "source tree" up-to-date with the
official copy.

> 2. Is it possible -- i.e. HOW is it possible -- to email someone a
> PGP-encrypted message (attachment) if they do not have a public key?  I
> never got that.

PGP, GPG, etc. have "shared key" encryption modes.  Call your friend on the
phone, and tell him that the password will be "la jolla".  Encrypt the file
with that password (sometimes called "conventional encryption"), send it to
him, and have him decrypt it with the same password.  Voila!
-- 
Kirk Strauser
The Strauser Group - http://www.strausergroup.com/

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?87bs8mf1zl.fsf>