Since upgrading to-STABLE, I did the following once elected
CVS server:

# Cd / usr; cvs checkout-P-rOPENBSD_4_9
# Cd / usr/src/sys/arch/amd64/conf
# / Usr / sbin / config GENERIC
Do not forget run "make depend"
# Cd / usr/src/sys/arch/amd64/compile/GENERIC
# Make clean & & make depend & & make
# Cd / usr/src/sys/arch/amd64/compile/GENERIC
# Cp / bsd / bsd.old
# Cp bsd / bsd
# Reboot
# Cd / usr / src
# Rm-r / usr / obj / *
rm: not found / usr / obj / * not a file or directory
# Make obj & & make build


This is what I think I understood the manual, are you quite certain?

Well now my problem is I do not understand what I do now, in 2 ways.

1) I do not know now if I want to upgrade by AnonCVS:

1 .- $ cd / tmp
$ Cvs-d anon...@anoncvs.ca.openbsd.org: / cvs get src / sys / arch / sparc
[Copy the files from the repository to your machine]
$ Cd src / sys / arch / sparc
$ Cvs log locore.s
[Shows the commit log for the chosen file]
$ Cvs diff-r1.1-bc-R1.5 locore.s
[Shows the Changes Between Revisions 1.1 and rev 1.5]
In order to use a cvs `` pserver''(a direct TCP connection using ssh or INSTEAD 
OF rsh) Must you login once:

$ Cvs-d: pserver: anon...@anoncvs.ca.openbsd.org: / cvs login
(Logging in to anon...@anoncvs1.ca.openbsd.org)
CVS password: anoncvs
[This writes a line to ~ /. Cvspass (filename over-ridden by CVS_PASSFILE).]
[An example line from my ~ /. Cvspass After typing 'blah' for the Above]
[Password is:]
[: Pserver: anon...@anoncvs5.usa.openbsd.org: / cvs Au'yc]
[After logging in ONCE Every other use of the Above CVSROOT Will Work. ]
$ Cvs-d: pserver: anon...@anoncvs.ca.openbsd.org: / cvs get ksrc-i386 
ksrc-common
[Allows you to retrieve ONLY NECESSARY to rebuild That an i386 kernel. ]


2 .- First, start out by `get'-ing an initial tree:
(If you are Following current):

# Cd / usr
# Cvs-qd anon...@anoncvs.ca.openbsd.org: / cvs get-P src
(If you are Following the patch branch for 4.9):

# Cd / usr
# Cvs-qd anon...@anoncvs.ca.openbsd.org: / cvs get-P src-rOPENBSD_4_9
Anytime Afterwards, to `update 'this tree:
(If you are Following current):

# Cd / usr / src
# Cvs-q up-Pd
(If you are Following the patch branch for 4.9):

# Cd / usr / src
# Cvs-q up-Pd-rOPENBSD_4_9

I do not know if "1", or "2", or "1" first and then the "2" or vice versa


2) what happens is that first upgrade my system to-stable before discharging 
ports, then I do: I downloaded the ports as if you were to release and simply 
do the following items:


To use ports, it is similar to src:

(If you are Following current):

# Cd / usr
# Cvs-qd anon...@anoncvs.ca.openbsd.org: / cvs get-P ports
(If you are Following the patch branch for 4.9):

# Cd / usr
# Cvs-qd anon...@anoncvs.ca.openbsd.org: / cvs get-P ports-rOPENBSD_4_9
Anytime Afterwards, to `update 'this tree:
(If you are Following current):

# Cd / usr / ports
# Cvs-q up-Pd
(If you are Following the patch branch for 4.9):

# Cd / usr / ports
# Cvs-q up-Pd-rOPENBSD_4_9


Source:
# starting http://www.openbsd.org/anoncvs.html

http://www.openbsd.org/stable.html

Thanks in advance for responding.

Zantgo

Reply via email to