summaryrefslogtreecommitdiffstats
path: root/contrib/cvs/doc
Commit message (Collapse)AuthorAgeFilesLines
* This commit was generated by cvs2svn to compensate for changes in r177391,obrien2008-03-1912-281/+1068
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Import of 1.11 branch snapshot - using the 10-March-2008 code base.obrien2008-03-1912-281/+1068
| |
| * 2004-09-25 Derek Price <derek@ximbiot.com>obrien2008-01-131-314/+0
| | | | | | | | | | * mkman.in: Move to... * mkman.pl: ...here.
* | This commit was generated by cvs2svn to compensate for changes in r175283,obrien2008-01-131-314/+0
| | | | | | | | which included commits to RCS files with non-trunk default branches.
* | This commit was generated by cvs2svn to compensate for changes in r175261,obrien2008-01-1313-335/+1190
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Import cvs-1.11.22 onto vendor branch.obrien2008-01-1313-335/+1190
| |
* | This commit was generated by cvs2svn to compensate for changes in r130303,peter2004-06-1012-186/+4573
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Import cvs-1.11.17 onto vendor branch.peter2004-06-1012-186/+4573
| |
* | This commit was generated by cvs2svn to compensate for changes in r128266,peter2004-04-159-571/+973
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Import cvs-1.11.15peter2004-04-159-571/+973
| |
| * This should never have been imported. Nuke from vendor branch.peter2003-01-211-37/+0
| |
* | This commit was generated by cvs2svn to compensate for changes in r109658,peter2003-01-211-37/+0
| | | | | | | | which included commits to RCS files with non-trunk default branches.
* | This commit was generated by cvs2svn to compensate for changes in r109655,peter2003-01-215-8/+43
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Import cvs-1.11.5 onto vendor branchpeter2003-01-215-8/+43
| |
* | This commit was generated by cvs2svn to compensate for changes in r107484,peter2002-12-028-61/+180
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Import cvs-1.11.2.1 as of 2002/12/01 onto vendor branch. This fixes allpeter2002-12-028-61/+180
| | | | | | | | | | | | | | | | of the bugs that I know of. We've been running a slightly older version of this on freefall/repoman, where it was afflicted by a silly merge error on my part (fixed). Approved by: re
* | Remove these files from the vendor branch, they are no longer in 1.11.2peter2002-09-021-1/+0
| |
* | This commit was generated by cvs2svn to compensate for changes in r102840,peter2002-09-0210-371/+1510
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Import cvs-1.11.2 onto vendor branchpeter2002-09-0210-371/+1510
| | | | | | | | Obtained from: http://www.cvshome.org/
* | This commit was generated by cvs2svn to compensate for changes in r81404,peter2001-08-106-286/+987
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Import cvs-1.11.1p1 onto vendor branchpeter2001-08-106-286/+987
| |
* | This commit was generated by cvs2svn to compensate for changes in r66525,peter2000-10-024-294/+750
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Import cvs-1.11 onto vendor branch.peter2000-10-024-294/+750
| |
* | This commit was generated by cvs2svn to compensate for changes in r54427,peter1999-12-115-479/+1549
|\ \ | |/ | | | | 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-115-479/+1549
| | | | | | | | Obtained from: cyclic.com
* | This commit was generated by cvs2svn to compensate for changes in r44852,peter1999-03-184-661/+563
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Import cvs-1.10 onto vendor branch. Merge to follow shortly.peter1999-03-184-661/+563
| | | | | | | | Obtained from: cyclic.com
* | This commit was generated by cvs2svn to compensate for changes in r34461,peter1998-03-103-19/+332
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Import cvs-1.9.26 onto vendor branchpeter1998-03-103-19/+332
| |
* | This commit was generated by cvs2svn to compensate for changes in r32896,peter1998-01-303-0/+50
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Import cvs-1.9.24 since it came quite soon after the snapshot that waspeter1998-01-303-0/+50
| | | | | | | | | | imported a few days ago. There is very little difference, except that the remote protocol apparently supports wrappers and -k options better.
* | Remove stray filespeter1998-01-261-263/+0
|/
* Import cvs-1.9.23 as at 19980123. There are a number of really nicepeter1998-01-264-2601/+4819
| | | | | | | | | | | | | | | things fixed in here, including the '-ko' vs. -A problem with remote cvs which caused all files with -ko to be resent each time (which is damn painful over a modem, I can tell you). It also found a heap of stray empty directories that should have been pruned with the -P flag to cvs update but were not for some reason. It also has the fully integrated rcs and diff, so no more fork/exec overheads for rcs,ci,patch,diff,etc. This means that it parses the control data in the rcs files only once rather than twice or more. If the 'cvs diff' vs. Index thing is going to be fixed for future patch compatability, this is the place to do it.
* Import cvs-1.9.10peter1997-06-224-12/+256
|
* Import a slightly newer version of 1.9.9 (as at 970523) that has fixed apeter1997-05-233-15/+182
| | | | | | | | few more memory leaks and cleaned up getopt usage. These were done shortly after the last one I imported. Very little has changed other than that. (except for some doc updates) Obtained from: cyclic.com
* Import of cvs-1.9.9-970515 onto vendor branch.peter1997-05-156-1389/+7490
| | | | Obtained from: cyclic.com
* Import of slightly trimmed cvs-1.8 distribution. Generated filespeter1996-08-206-0/+10445
and non-unix code has been left out.
OpenPOWER on IntegriCloud