blob: c2b1961ee3bcae1d39db61367370791feaafd776 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
OpenCVS README
==============
This release of OpenCVS is for OpenBSD systems only.
Please consult http://www.opencvs.org/ for portable release availability.
This is a BSD-licensed equivalent of the popular versioning system
CVS. It is currently in development and thus is not yet suited to replace
GNU CVS entirely, so is not yet enabled in /usr/src/usr.bin/Makefile.
This program should NOT be used on a development tree unless
you don't care about losing your modifications due to possible bugs.
To build and install this release on your OpenBSD system, do the following:
# cd /usr/src/usr.bin/cvs
# make obj
# make cleandir
# make && make install
To preserve the GNU CVS binary, it is recommended that you first rename it:
# cd /usr/bin
# mv cvs gcvs
See http://www.opencvs.org/ for more information.
|