summaryrefslogtreecommitdiffstats
path: root/contrib/cvs
Commit message (Collapse)AuthorAgeFilesLines
...
* | Pull in OpenBSD's support for checking out from a read-only repository,peter1997-05-174-3/+11
| | | | | | | | | | | | | | | | | | such as within an anoncvs server, or from a CDROM repository. Cyclic (the cvs maintainers) do not like this approach and have an alternative read-only system, but that requires a read/write repository to work (which rules out CDROM). Obtained from: OpenBSD
* | Complete the support for $FreeBSD$. Add an option "tagexpand=" whichpeter1997-05-173-45/+148
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | controls the RCSINCEXC encironment variable for our rcs version, and also convert the rest of the checkout enhancements from rcs into cvs's fast checkout code. (yes, cvs doesn't call 'co' anymore) We now have fine grained individual keyword expansion control and can set the keyword to anything the user wants. Also, a new keyword, $CVSHeader$ comes in from rcs, it's like $Header$ except that it shows the pathname relative to the cvsroot. eg: $FreeBSD: src/bin/ls/ls.c,v 1.10.2.14 1997/05/17 13:15:45 peter Exp $ ^^^^^^^^^^^^^^^^^ The idea for this comes from $XFree86$ which expands like $CVSHeader$. The "local id" string can be set to expand like Id, Header or CVSHeader. (Matching support for this is apparently happening in cvsup right now)
* | Initial round of support for a local $Id$ keyword in cvs, eg: $FreeBSD$.peter1997-05-164-2/+96
| | | | | | | | | | | | | | This is not complete yet in that it doesn't drive our version of RCS completely, but it does work fine when you do the appropriate magic. Obtained from: OpenBSD source tree
* | Updatepeter1997-05-151-0/+7
| |
* | Delete extranious $Id$ - it's not expanded on -ko filespeter1997-05-151-2/+0
| |
* | Merge import conflictspeter1997-05-154-1100/+3553
| |
* | Merge conflictspeter1997-05-151-32/+22
| |
* | This commit was generated by cvs2svn to compensate for changes in r25839,peter1997-05-15151-11829/+36934
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Import of cvs-1.9.9-970515 onto vendor branch.peter1997-05-15156-12961/+40510
| | | | | | | | Obtained from: cyclic.com
* | FreeBSD specific readme for contributed source.obrien1997-04-031-0/+0
| | | | | | | | (FREEBSD-upgrade is now the "accpeted" filename for this).
* | Urk, there were two $FreeBSD$'s in this file...peter1997-02-221-1/+1
| |
* | back out an easy $FreeBSD$ (file already left vendor branch)peter1997-02-221-1/+1
| |
* | Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-2/+2
| | | | | | | | | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
* | Ay, merge from RELENG_2_2. Back out the "moving HEAD" fix.asami1996-12-191-2/+2
| |
* | Fix the "moving head" problem.asami1996-12-121-2/+2
| |
* | delete doubled words, e.g.: "the the" -> "the"wosch1996-10-051-1/+3
| |
* | Fix a bug in the "cvs init" command. It ignored the global "-H" option.jdp1996-10-012-1/+2
| | | | | | | | | | | | | | | | | | | | | | I.e., "cvs -H init" went ahead and initialized the repository, and did not print out a usage message. Not nice. Also added the "init" command to the list that comes out when you type "cvs --help-commands". There is still not a word about it in the manual page. Yes, I am sending these fixes to the FSF.
* | Add a note about current local changes relative to the "official" release.peter1996-09-071-0/+4
| |
* | Add freebsd-specific info file.peter1996-09-071-0/+42
| |
* | Implement a horrible (but simple) hack to allow some control over thepeter1996-09-031-2/+14
|/ | | | | | | | | | | | branch number that is assigned. This is specifically to support the local commit feature of cvsup. If one sets $CVS_LOCAL_BRANCH_NUM to (say) 1000 then branches the local repository, the revision numbers will look like 1.66.1000.xx. This is almost a dead-set certainty that there will be no conflicts with version numbers. :-) (This needs to be something more than an option to 'cvs tag' or 'cvs rtag' as various parts of cvs "know" how to automatically branch files (eg: cvs add). Trying to remember state is getting "Too Hard (TM)")
* Import of slightly trimmed cvs-1.8 distribution. Generated filespeter1996-08-20177-0/+93736
and non-unix code has been left out.
OpenPOWER on IntegriCloud