aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/cvs/cvsinit
Commit message (Collapse)AuthorAgeFilesLines
* Update to use the cvs-1.8.1 sources from src/contrib/cvsPeter Wemm1996-08-203-331/+0
| | | | Notes: svn path=/head/; revision=17726
* Whoops. cvsinit was creating a modules file in CVSROOT with anPeter Wemm1996-01-111-2/+3
| | | | | | | | | explicit (and wrong) /usr/local/bin/mkmodules path. We install in /usr/bin. Noticed by: Faried Nawaz <fn@pain.csrv.uidaho.edu> Notes: svn path=/head/; revision=13384
* Whitespace cleanup, add forgotten file to CLEANFILES..Peter Wemm1995-12-111-2/+2
| | | | Notes: svn path=/head/; revision=12766
* Tweak the install targets so that the installs are done in the right placePeter Wemm1995-12-111-2/+2
| | | | | | | | relative to the SUBDIR recursion.. Otherwise, the results look really odd. (basically changed a couple of afterinstall's to beforeinstall's) Notes: svn path=/head/; revision=12761
* Clean out some files which are no longer part of CVS...Peter Wemm1995-12-111-161/+0
| | | | Notes: svn path=/head/; revision=12755
* First round of the post-import cleanups...Peter Wemm1995-12-102-158/+97
| | | | Notes: svn path=/head/; revision=12754
* This commit was generated by cvs2svn to compensate for changes in r12750,Peter Wemm1995-12-102-0/+303
|\ | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=12751
| * Import CVS-1.6.3-951211.. Basically, this is the cvs-1.6.2 releasePeter Wemm1995-12-102-0/+303
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | plus a couple of minor changes.. Some highlights of the new stuff that was not in the old version: - remote access support.. full checkout/commit/log/etc.. - much improved dead file support.. - speed improvements - better $CVSROOT handling - $Name$ support - support for a "cvsadmin" group to cut down rampant use of "cvs admin -o" - safer setuid/setgid support - many bugs fixed.. :-) - probably some new ones.. :-( - more that I cannot remember offhand.. Notes: svn path=/vendor/cvs/dist/; revision=12750
| * Original sources from CVS-1.4A2 munged to fit our directory structure.Nate Williams1995-03-311-5/+11
| | | | | | | | Notes: svn path=/vendor/cvs/dist/; revision=7514
| * This commit was manufactured by cvs2svn to create branch 'VENDOR-cvs'.cvs2svn1995-03-121-0/+233
| | | | Notes: svn path=/vendor/cvs/dist/; revision=7021
* Restore white spaces to original cvs-1.4Alpha2 state so that we canPeter Wemm1995-12-031-1/+1
| | | | | | | deal with the cvs-1.6 (and beyond) imports more cleanly and safely. Notes: svn path=/head/; revision=12593
* Change `install' to `${INSTALL}' so that default install flags can beBruce Evans1995-07-251-2/+2
| | | | | | | specified in the top level Makefiles. Notes: svn path=/head/; revision=9701
* Merged in FreeBSD necessary changes in. Note, all of our sourceNate Williams1995-03-311-9/+17
| | | | | | | | modifications were *not* merged in (FreeBSD-DEVELOPER and symlink) but the source is now the stock sources. Notes: svn path=/head/; revision=7519
* Added cvsinit shell script as a runnable command.Nate Williams1994-10-222-0/+241
Submitted by: CVS mailing list. Notes: svn path=/head/; revision=3775