=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/index.html,v retrieving revision 1.57 retrieving revision 1.58 diff -u -r1.57 -r1.58 --- www/index.html 1996/08/02 07:59:06 1.57 +++ www/index.html 1996/08/02 08:07:21 1.58 @@ -304,18 +304,16 @@

-
Read-write access for developers +
Read-write access for developers:
Developers who need to commit changes to the source tree must have an account on the OpenBSD machines. Getting this access will be a natural result of working on the sources with other OpenBSD developers. +If someone does some good work and shows they can work with the team, +they will get an account.
-

-The OpenBSD cvs server is in Calgary, Alberta, Canada. -

- -
Read-only access for everyone +
Read-only access for everyone:
Anyone can access the read-only CVS repositories. These copies of the read-write CVS repository are mirrored often. To use one, set your CVSROOT environment variable to one of @@ -376,9 +374,8 @@ Because of the USA ITAR munitions list, crypto software may only be exported to Canada from the USA.

-

  • At the moment most of the anoncvs servers are in the USA. -OpenBSD is looking for people willing to run an anoncvs servers in -Europe and other places in the world! +
  • The OpenBSD project is looking for more anoncvs servers -- read +on to find out how you can help.

    @@ -387,11 +384,11 @@
     % setenv CVSROOT anoncvs@anoncvs.usa.openbsd.org:/cvs
     % cd /tmp
    -% cvs get sparc
    +% cvs get src/sys/arch/sparc
     [copies the files from the repository to your machine]
    -% cvs log sparc/sparc/locore.s
    +% cvs log src/sys/arch/sparc/sparc/locore.s
     [shows the commit log for the chosen file ]
    -% cvs diff -bc -r1.1 -r1.5 sparc/sparc/locore.s
    +% cvs diff -bc -r1.1 -r1.5 src/sys/arch/sparc/sparc/locore.s
     [shows the changes between revisions 1.1 and rev 1.5]
     

    @@ -409,12 +406,12 @@ # cd /usr/src # cvs -q up -PAd -Everytime you ran this it would syncronize your /usr/src tree; it would -also not destroy any of your local changes. If you use obj directories -(not obj symbolic links) you may wish to append "-I obj" to the cvs -command line, this will keep cvs from spitting out a warning about all -the obj directories it is going to encounter which are not in the -repository. +Everytime you ran this it would syncronize your /usr/src tree. It would +not destroy any of your local changes, rather it would attempt to merge +changes in. If you use obj directories (not obj symbolic links) you may +wish to append "-I obj" to the cvs command line, this will keep cvs from +spitting out a warning about all the obj directories it is going to +encounter which are not in the repository.

    @@ -435,16 +432,13 @@ The CVS client uses rsh to talk to the CVS server. If some local security measure like a firewall (or imperfect protocol emulators like slirp) prevents you from using rsh, you may be able to use -ssh -instead (if you are running Solaris, there is a kernel bug which -causes problems -- contact -johns@cs.umr.edu -for further details). In this case, one sets the environment -variable CVS_RSH to point to ssh (typically -/usr/local/bin/ssh). To reduce the performance -hit the anoncvs server would take it is recommended (and requested) -that you disable encryption. If your local site prevents you from -connecting out to port 22 (which ssh defaults to using) use port 2022. +ssh instead. In this case, +one sets the environment variable CVS_RSH to point +to ssh (typically /usr/local/bin/ssh). To reduce the +performance hit the anoncvs server would take it is recommended (and +requested) that you disable encryption. If your local site prevents +you from connecting out to port 22 (which ssh defaults to using) use +port 2022.

    @@ -474,7 +468,7 @@


    www@openbsd.org -
    $OpenBSD: index.html,v 1.57 1996/08/02 07:59:06 deraadt Exp $ +
    $OpenBSD: index.html,v 1.58 1996/08/02 08:07:21 deraadt Exp $