Re: Help Please ... Question on cvsupit

2005-01-25 Thread Thomas Foster
http://www.section6.net/help/cvsup.php
Hope this helps...
T
- Original Message - 
From: Andrew Batson [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, January 24, 2005 8:14 PM
Subject: Help Please ... Question on cvsupit


Hello,
I have been trying for the last few days to figure out how to update
the ports collection via the cvsup process. I have two different books on
FreeBSD version 5.x and both say to use this cvsupit program but I 
cannot
find it any where. I have FreeBSD release 5.3 install and created a user
account that I can su in. I would like to be able to update the ports
collections and FreeBSD source so that I can custom compile various ports
and FreeBSD. Does any one have any idea where the cvsupit program is. I
have tired installing cvsup-16.1h and cvsup-without-gui via both
pkg_add, sysinstall, and the ports make/install process but I still cannot
find this cvsupit program.

Any ideas on what I am doing wrong? I am still learning FreeBSD so I
probably missing something simple some where?
Thanks for your help,
Andrew
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
[EMAIL PROTECTED]


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: Help Please ... Question on cvsupit

2005-01-25 Thread Andrew Batson
Hello,

Just wanted to say thanks to those who respond to my request for
help with regards to cvsup the ports tree. I read thought all the replies
and got cvsup to work. :) 

Thanks again for the help,
Andrew

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Help Please ... Question on cvsupit

2005-01-24 Thread pete wright
On Mon, 24 Jan 2005 23:14:47 -0500, Andrew Batson [EMAIL PROTECTED] wrote:
 Hello,
 
 I have been trying for the last few days to figure out how to update
 the ports collection via the cvsup process. I have two different books on
 FreeBSD version 5.x and both say to use this cvsupit program but I cannot
 find it any where. I have FreeBSD release 5.3 install and created a user
 account that I can su in. I would like to be able to update the ports
 collections and FreeBSD source so that I can custom compile various ports
 and FreeBSD. Does any one have any idea where the cvsupit program is. I
 have tired installing cvsup-16.1h and cvsup-without-gui via both
 pkg_add, sysinstall, and the ports make/install process but I still cannot
 find this cvsupit program.
 
 Any ideas on what I am doing wrong? I am still learning FreeBSD so I
 probably missing something simple some where?
 

I have not heard of cvsupit, but I do know that cvsup does what you
are looking for.  This is the best place to get info on that, and
there are good walk through's as well:


http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cvsup.html

generally speaking, after reading the link above, copy one of the
files located in:

/usr/share/examples/cvsup/

to /etc or /usr/local/etc or some-such-place, edit it as needed and run:

$ cvsup /etc/standard-supfile

for example.

HTH

-pete

-- 
~~o0OO0o~~
Pete Wright
www.nycbug.org
NYC's *BSD User Group
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Help Please ... Question on cvsupit

2005-01-24 Thread Michael C. Shultz
On Monday 24 January 2005 08:14 pm, Andrew Batson wrote:
 Hello,

   I have been trying for the last few days to figure out how to update
 the ports collection via the cvsup process. I have two different
 books on FreeBSD version 5.x and both say to use this cvsupit
 program but I cannot find it any where. I have FreeBSD release 5.3
 install and created a user account that I can su in. I would like
 to be able to update the ports collections and FreeBSD source so that
 I can custom compile various ports and FreeBSD. Does any one have any
 idea where the cvsupit program is. I have tired installing
 cvsup-16.1h and cvsup-without-gui via both pkg_add, sysinstall,
 and the ports make/install process but I still cannot find this
 cvsupit program.

   Any ideas on what I am doing wrong? I am still learning FreeBSD so I
 probably missing something simple some where?

 Thanks for your help,
 Andrew

Read:

 man cvsup

after you are done you will be able to ask better questions about cvsup.

-Mike
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Help Please ... Question on cvsupit

2005-01-24 Thread Kris Kennaway
On Mon, Jan 24, 2005 at 11:14:47PM -0500, Andrew Batson wrote:
 Hello,
 
   I have been trying for the last few days to figure out how to update
 the ports collection via the cvsup process. I have two different books on
 FreeBSD version 5.x and both say to use this cvsupit program but I cannot
 find it any where. I have FreeBSD release 5.3 install and created a user
 account that I can su in. I would like to be able to update the ports
 collections and FreeBSD source so that I can custom compile various ports
 and FreeBSD. Does any one have any idea where the cvsupit program is. I
 have tired installing cvsup-16.1h and cvsup-without-gui via both
 pkg_add, sysinstall, and the ports make/install process but I still cannot
 find this cvsupit program.

It was removed from the ports collection some time ago because it was
broken for a long period of time and no-one in the community
volunteered to fix it.

You should read the cvsup documentation on the FreeBSD website, which
is up-to-date and comprehensive.

Kris



pgpEIkuiQkgjt.pgp
Description: PGP signature


Re: Help Please ... Question on cvsupit

2005-01-24 Thread W. D.
At 22:14 1/24/2005, Andrew Batson wrote:
Hello,

   I have been trying for the last few days to figure out how to update
the ports collection via the cvsup process. I have two different books on
FreeBSD version 5.x and both say to use this cvsupit program but I cannot
find it any where. I have FreeBSD release 5.3 install and created a user
account that I can su in. I would like to be able to update the ports
collections and FreeBSD source so that I can custom compile various ports
and FreeBSD. Does any one have any idea where the cvsupit program is. I
have tired installing cvsup-16.1h and cvsup-without-gui via both
pkg_add, sysinstall, and the ports make/install process but I still cannot
find this cvsupit program.

   Any ideas on what I am doing wrong? I am still learning FreeBSD so I
probably missing something simple some where?

Thanks for your help,
Andrew

I've got a cheat sheet here that might help you:
http://www.US-Webmasters.com/FreeBSD/Install/#CVSup_Commands


Start Here to Find It Fast!™ - http://www.US-Webmasters.com/best-start-page/
$8.77 Domain Names - http://domains.us-webmasters.com/

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]