1
0
mirror of https://github.com/openbsd/src.git synced 2025-01-10 06:47:55 -08:00
openbsd-src/usr.bin/cvs
2008-11-09 08:51:43 +00:00
..
add.c Support the addition of new files in branches. 2008-06-15 04:38:52 +00:00
admin.c Be also very conservative about the supplied revision for state changes, 2008-09-12 13:20:36 +00:00
annotate.c Conforming to RCS specification, it is possible but unlikely to encounter 2008-06-14 04:34:07 +00:00
atomicio.c Imported atomicio interface. 2007-09-17 10:07:21 +00:00
atomicio.h Imported atomicio interface. 2007-09-17 10:07:21 +00:00
buf.c New trigger framework that allows us to run the required scripts 2008-06-10 01:00:34 +00:00
buf.h New trigger framework that allows us to run the required scripts 2008-06-10 01:00:34 +00:00
checkout.c use cf->fd in cvs_remote_sendfile() instead of using a local 2008-07-08 12:29:58 +00:00
client.c don't always re-open the same CVS/Entries file, instead keep the 2008-06-14 03:19:15 +00:00
cmd.c Added rdiff support. In order to do this, some output and option fixes 2008-02-03 18:18:44 +00:00
commit.c Pre-commit checks (CVSROOT/commitinfo) are run before log message is 2008-08-29 09:54:22 +00:00
config.c allow our parsing functions to stop parsing a config file at 2008-03-02 11:58:45 +00:00
config.h allow our parsing functions to stop parsing a config file at 2008-03-02 11:58:45 +00:00
cvs.1 kill some first-person wording; help from jmc 2008-02-26 21:48:30 +00:00
cvs.5 bump Mdocdate for pages committed in "febuary", necessary because 2008-02-11 07:58:28 +00:00
cvs.c add a hash table mechanism based upon hcreate(3) but one that allows 2008-06-21 15:39:15 +00:00
cvs.h Simply the version string and nuke unecessary variables used to build it. 2008-06-27 21:14:15 +00:00
cvsintro.7 kill some first-person wording; help from jmc 2008-02-26 21:48:30 +00:00
date.y * yyInput doesn't seem to contain anything meaningful at the time when 2008-02-16 01:00:00 +00:00
diff3.c unused var 2008-03-09 01:52:55 +00:00
diff_internals.c Removed bogus var definition. 2008-06-11 03:38:28 +00:00
diff.c Properly send -D arguments to server when run as a client. Issue spotted 2008-06-20 14:04:29 +00:00
diff.h add checkout/update -j support. 2008-03-08 20:26:34 +00:00
edit.c Some conformance fixes: 2008-06-23 20:51:08 +00:00
entries.c unfuck CVS/Tag creation, karma sucks doesn't it. 2008-06-14 20:04:14 +00:00
fatal.c show any signal we might have received that killed our cvs process. 2008-06-12 03:54:43 +00:00
file.c Support the addition of new files in branches. 2008-06-15 04:38:52 +00:00
file.h pass the complete path to cvs_file_get_cf() instead of reconstructing 2008-06-13 17:15:13 +00:00
getlog.c Move the revision selection in front of output, so errors won't mix up 2008-09-12 13:38:35 +00:00
hash_func.c add a hash table mechanism based upon hcreate(3) but one that allows 2008-06-21 15:39:15 +00:00
hash.c add a hash table mechanism based upon hcreate(3) but one that allows 2008-06-21 15:39:15 +00:00
hash.h add a hash table mechanism based upon hcreate(3) but one that allows 2008-06-21 15:39:15 +00:00
history.c Add entries to history file only if it already exists. 2008-06-19 19:03:25 +00:00
import.c open the RCS file descriptor with O_RDONLY, like all other code does. 2008-06-15 04:21:26 +00:00
init.c Some conformance fixes: 2008-06-23 20:51:08 +00:00
init.h bring back a working version of the `cvs init' command. OK joris@. 2006-06-12 13:56:00 +00:00
log.c cmdp can be NULL while still in cvs_getopt(), so deal with this 2008-06-12 16:53:12 +00:00
log.h New trigger framework that allows us to run the required scripts 2008-06-10 01:00:34 +00:00
logmsg.c New trigger framework that allows us to run the required scripts 2008-06-10 01:00:34 +00:00
Makefile add a hash table mechanism based upon hcreate(3) but one that allows 2008-06-21 15:39:15 +00:00
modules.c Set instead of logically ORing this variable. 2008-03-08 21:58:34 +00:00
rcs.c Removed unneeded conversion from RCSNUM to string in rcs_rev_setlog. 2008-11-09 08:51:43 +00:00
rcs.h Support the addition of new files in branches. 2008-06-15 04:38:52 +00:00
rcsnum.c correctly deal with non-zero depths specified in rcsnum_cmp(); 2008-05-22 07:03:02 +00:00
README Get README up to date: OpenCVS is linked to build now, but man pages are 2008-03-09 00:48:42 +00:00
release.c More -Q support. 2008-02-24 11:06:13 +00:00
remote.c don't always re-open the same CVS/Entries file, instead keep the 2008-06-14 03:19:15 +00:00
remote.h missed in last commit, to make things compile cleaner 2008-07-08 12:54:50 +00:00
remove.c Some conformance fixes: 2008-06-23 20:51:08 +00:00
repository.c proper repository locking: 2008-03-09 03:14:52 +00:00
repository.h proper repository locking: 2008-03-09 03:14:52 +00:00
root.c Don't parse CVS/Root during import. 2008-06-20 23:00:13 +00:00
server.c make these compile cleanly 2008-07-08 12:54:13 +00:00
status.c Conforming to RCS specification, it is possible but unlikely to encounter 2008-06-14 04:34:07 +00:00
tag.c Properly send -D arguments to server when run as a client. Issue spotted 2008-06-20 14:04:29 +00:00
trigger.c Support for variable expansion in trigger files added. 2008-08-29 09:51:21 +00:00
trigger.h spacing. 2008-06-10 05:29:14 +00:00
update.c if the user supplied -A only checkout files again if a sticky tag 2008-06-28 13:10:02 +00:00
util.c add a hash table mechanism based upon hcreate(3) but one that allows 2008-06-21 15:39:15 +00:00
util.h completely kill the need for TMP_DIR when running checkout, 2008-06-12 07:16:14 +00:00
version.c like the init command, version does not take any extra args. 2007-05-02 16:26:50 +00:00
watch.c Some conformance fixes: 2008-06-23 20:51:08 +00:00
worklist.c general includes cleanup sweep. ok joris@ niallo@ 2007-02-22 06:42:09 +00:00
worklist.h general includes cleanup sweep. ok joris@ niallo@ 2007-02-22 06:42:09 +00:00
xmalloc.c general includes cleanup sweep. ok joris@ niallo@ 2007-02-22 06:42:09 +00:00
xmalloc.h introduce xsnprintf(); OK otto@ joris@. 2007-01-29 16:22:29 +00:00

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.  This program should NOT be used on a development tree
unless you don't care about losing your modifications due to possible bugs.

The OpenCVS binary is installed as /usr/bin/opencvs.  Man pages for OpenCVS
are not installed, yet.

See http://www.opencvs.org/ for more information.