![]() |
|
OpenBSD Installation and Upgrading Installing and upgrading OpenBSD. |
![]() |
|
Thread Tools | Display Modes |
|
|||
![]()
I want to follow the -stable tree on 4.5
Here is what I did so far: Code:
# export CVSROOT=anoncvs@anoncvs1.usa.openbsd.org:/cvs # cvs -d$CVSROOT checkout -rOPENBSD_4_5 -P src xenocara /* then it asked me to accept the trusted key or whatever it said */ cvs [server aborted]: expand-modules with no arguments cvs [checkout aborted]: end of file from server (consult above messages if any) |
|
||||
![]()
The export command sets the CVSROOT enviroment variable. So once set, you do not need the -d option at all, the cvs(1) command will use CVSROOT if the variable is defined.
The default connection type is ssh(1), so your first time you connect you will see the RSA fingerprint of the server, which is 49:67:9a:46:62:8a:3f:4e:b3:63:ca:d6:41:29:2a:2f, as described in www.openbsd.org/anoncvs.html. You are prompted to confirm that this is the intended host. As for the actual errors you received, please try a different mirror. |
|
|||
![]()
Okay, trying different mirrors worked. The first several on the CVS list wouldn't work at all until like the 3rd one I tried
|
|
|||
![]()
Nominally unrelated, but undeadly has an article on switching CVS servers. When needing to update from a different CVS server, knowing the following can save some time:
http://undeadly.org/cgi?action=artic...20090907180840 |
![]() |
Thread Tools | |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
freebsd-update | bsdperson | FreeBSD Installation and Upgrading | 10 | 16th January 2009 10:14 AM |
How do you update ports? | disappearedng | FreeBSD General | 6 | 8th November 2008 05:59 AM |
Eclipse can't update ? | disappearedng | FreeBSD General | 1 | 7th November 2008 01:03 AM |
Update FreeBSD /usr/src | tommytom | FreeBSD General | 10 | 31st July 2008 02:48 PM |
Update from 6.1 to 6.3 did nothing? | alanthing | FreeBSD Installation and Upgrading | 4 | 8th June 2008 02:28 PM |