summaryrefslogtreecommitdiffstats
path: root/contrib/cvs
Commit message (Collapse)AuthorAgeFilesLines
* CVS_RSH defaults to 'ssh' these days, and not 'rsh'.keramida2002-05-121-1/+1
| | | | | | PR: docs/37429 Submitted by: Martin v. Löwis <martin@v.loewis.de> Reviewed by: peter
* oops, forgot to commit man page for cvs changesdillon2001-09-211-2/+17
|
* Implement comprehensive CVS/Template support to complement the Templatedillon2001-09-155-11/+110
| | | | | | | | support that already exists for checkout. The -T option for cvs update and cvs checkout may be used to cause CVS to retrieve/update the checkin template when possible. MFC after: 1 week
* Implement -j for cvs diff, allowing tag:date based diffs (normally date-baseddillon2001-09-151-25/+56
| | | | | | diffs are against the head branch only). MFC after: 1 week
* Merge vendor branch onto mainline (try to fix HAVE_KERBEROS)peter2001-08-201-2/+2
|
* Revert part of the 1.11->1.11.1p1 change. Put the blank line back inpeter2001-08-131-0/+2
| | | | | the beginning of constructed log messages being passed to $EDITOR. This is where folks start typing.
* Argh, this could not possibly have worked as it existed in the tree.peter2001-08-101-1/+1
|
* Copy our changes from sccs2rcs.csh to sccs2rcs.inpeter2001-08-102-285/+4
|
* This commit was generated by cvs2svn to compensate for changes in r81440,peter2001-08-101-1/+0
| | | | which included commits to RCS files with non-trunk default branches.
* This commit was generated by cvs2svn to compensate for changes in r81437,peter2001-08-101-439/+0
| | | | which included commits to RCS files with non-trunk default branches.
* This file is gone in cvs-1.11.1p1 (replaced by log.in)peter2001-08-101-183/+0
|
* This commit was generated by cvs2svn to compensate for changes in r81434,peter2001-08-107-1495/+0
| | | | which included commits to RCS files with non-trunk default branches.
* Re-kill this file. It got whiplash being killed and restored on thepeter2001-08-101-97/+0
| | | | mainline, it is truely dead now.
* This commit was generated by cvs2svn to compensate for changes in r81426,peter2001-08-102-295/+0
| | | | which included commits to RCS files with non-trunk default branches.
* This commit was generated by cvs2svn to compensate for changes in r81424,peter2001-08-109-6605/+0
| | | | which included commits to RCS files with non-trunk default branches.
* This commit was generated by cvs2svn to compensate for changes in r81422,peter2001-08-101-86/+0
| | | | which included commits to RCS files with non-trunk default branches.
* This commit was generated by cvs2svn to compensate for changes in r81420,peter2001-08-101-526/+0
| | | | which included commits to RCS files with non-trunk default branches.
* This commit was generated by cvs2svn to compensate for changes in r81414,peter2001-08-101-175/+0
| | | | which included commits to RCS files with non-trunk default branches.
* This commit was generated by cvs2svn to compensate for changes in r81412,peter2001-08-101-764/+0
| | | | which included commits to RCS files with non-trunk default branches.
* Tweak for 1.11.1p1peter2001-08-101-2/+2
|
* Initial merge of cvs-1.11 -> 1.11.1p1 changes onto mainline. There ispeter2001-08-1018-1224/+1624
| | | | still some suspicious and/or broken stuff to fix yet.
* This commit was generated by cvs2svn to compensate for changes in r81404,peter2001-08-1097-4397/+18751
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Import cvs-1.11.1p1 onto vendor branchpeter2001-08-10115-5599/+20372
| |
* | Flip the default for CVS_RSH to "ssh". I am tired of getting asked thispeter2001-02-231-2/+2
| | | | | | | | all the time, and IMHO it is long overdue.
* | Fix a bug that shows up when checking out files by date with thejdp2000-10-291-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | "-D date" command line option. There is code in the original to handle a special case. If the date search finds revision 1.1 it is supposed to check whether revision 1.1.1.1 has the same date stamp, which would indicate that the file was originally brought in with "cvs import". In that case it is supposed to return the vendor branch version 1.1.1.1. However, there is a bug in the code. It actually compares the date of revision 1.1 for equality with the date given on the command line -- clearly wrong. This commit fixes the coding bug. There is an additional bug which is _not_ fixed in this commit. The date comparison should not be a strict equality test. It should allow a fudge factor of, say, 2-3 seconds. Old versions of CVS created the two revisions with two separate invocations of the RCS "ci" command. We have many old files in the tree in which the dates of revisions 1.1 and 1.1.1.1 differ by 1 second. Approved by: peter
* | Merge changes from 1.10.7 -> 1.11 into mainline. Note that the oldpeter2000-10-0221-1141/+1257
| | | | | | | | anoncvs no-password hack is gone and is replaced by the official version.
* | This commit was generated by cvs2svn to compensate for changes in r66525,peter2000-10-0271-5094/+9584
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Import cvs-1.11 onto vendor branch.peter2000-10-0291-6219/+10838
| |
* | Missing quotepeter2000-09-251-1/+2
| | | | | | | | | | PR: misc/19745 Submitted by: Tony Finch <dot@dotat.at>
* | Use X x X's in mkstemp().kris2000-01-101-1/+1
| |
* | I believe this fixes the problem certain people have been seeing when doingpeter2000-01-061-1/+5
| | | | | | | | | | | | | | checkouts from a local repo and committing via remote cvs. A cvs -d override of the mismatched CVS/Root files was missing. This is a client side fix, I'd appreciate it if the folks having trouble with this would update their cvs client and pay particular attention next time..
* | Unmangle cvs's MD5* calls.peter1999-12-111-0/+15
| |
* | Take a shot at using mkstemp() since we have a __warn_references() onpeter1999-12-112-1/+22
| | | | | | | | the other temporary file creation functions..
* | Merge error. rcs_lockfile is freed after unlock.peter1999-12-111-2/+0
| |
* | Update for 1.10.7 update.peter1999-12-111-12/+6
| |
* | Merge cyclic changes from 1.10.7 into our mainline. I did this seperatelypeter1999-12-111-182/+301
| | | | | | | | | | as cvs update -j had kittens over the whole thing and I ended up merging it by hand.
* | Merge cyclic changes for 1.10.7 only our mainline.peter1999-12-1115-664/+1974
| |
* | Revert to vendor version. Sigh, this left the vendor branch becausepeter1999-12-111-1/+2
| | | | | | | | of a fix for a y2k non-problem. :-(
* | This commit was generated by cvs2svn to compensate for changes in r54427,peter1999-12-1191-2114/+10401
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Import cvs-1.10.7. There are a number of nasty bugs that have been fixed.peter1999-12-11108-2956/+12644
| | | | | | | | Obtained from: cyclic.com
* | Add maintainer tag, and add a description of a few more things we'vepeter1999-12-081-0/+11
| | | | | | | | added/changed locally for FreeBSD.
* | Call isspace() directly to get rid of an objectionable include.obrien1999-12-041-3/+2
| |
* | Document the .cvsrc "cvs" option for global options.peter1999-12-041-0/+9
| |
* | Support the environtmental var "CVS_OPTIONS". Which can hold a set ofobrien1999-12-044-1/+135
| | | | | | | | | | | | | | default options for cvs. These options are interpreted first and can be overwritten by explicit command line parameters. Obtained from: GNU Grep 2.3
* | If running on the client side of a remote commit, don't reject root whenpeter1999-10-251-1/+6
| | | | | | | | | | | | | | trying to do a commit. The server side will use the correct name, and the client side restriction is just an annoyance. Requested by: lots of folks
* | Document -R.obrien1999-09-111-0/+8
| |
* | Fixed style bugs in FreeBSD changes. KNF style doesn't apply to gnubde1999-07-041-4/+4
| | | | | | | | sources.
* | Don't assume branch heads are alive.. (related to previous change to thepeter1999-05-101-1/+2
| | | | | | | | older 1.9.26 baseline)
* | Zap files not in cvs-1.10peter1999-04-052-427/+0
| |
* | Stray files that used to be in 1.9.x that are not in 1.10peter1999-04-051-71/+0
| |
OpenPOWER on IntegriCloud