summaryrefslogtreecommitdiffstats
path: root/contrib/cvs/src/client.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove CVS from the base system.eadler2013-06-151-5948/+0
| | | | | | Discussed with: many Reviewed by: peter, zi Approved by: core
* Merge rev 1.7: always upload new files, even if the timestamps match,obrien2008-03-191-15/+31
| | | | | | | | | rev 1.2: fix a problem sometimes seen when doing checkouts from a local repo and committing via remote cvs (a cvs -d override of the mismatched CVS/Root files was missing) into cvs 1.11-20080310. Note that rev 1.4 (default CVS_RSH to "ssh") will not be handled thru the vendor's config.h.
* Merge rev 1.7: always upload new files, even if the timestamps match,obrien2008-01-131-124/+103
| | | | | | | rev 1.4: flip the default for CVS_RSH to "ssh", rev 1.2: fix a problem sometimes seen when doing checkouts from a local repo and committing via remote cvs (a cvs -d override of the mismatched CVS/Root files was missing) into cvs 1.11.22.
* Merge 1.11.15+ -> 1.11.17 changes onto mainline. I've left cvs.1 alonepeter2004-06-101-1/+1
| | | | for now.
* Initial merge of cvs-1.11.5 -> 1.11.15 changes onto mainlinepeter2004-04-151-663/+661
|
* Merge cvs-1.11.2.1-20021201 -> 1.11.5 changes onto mainlinepeter2003-01-211-3/+3
|
* Merge 1.11.2 -> 1.11.2.1-20021201 changes onto mainlinepeter2002-12-021-11/+24
| | | | Approved by: re
* Initial merge of 1.11.1p1 -> 1.11.2 changes onto mainlinepeter2002-09-021-375/+380
|
* Always upload new files, even if the timestamps match. This is a workaroundfenner2002-07-081-1/+2
| | | | | | | | | | | | | for the trouble that DES and I had with MFCs: when "cvs update -jfoo -jbar" creates a new file, it sets the version to 0 ("new") but sets the timestamp in the Entries file to the timestamp of the file that's new on the branch. The CVS client doesn't upload files whose timestamps match with the Entries file, so these new files don't get uploaded to the server and the server fails when trying to check them in. PR: bin/40227 Approved by: peter MFC after: 2 weeks
* Merge vendor branch onto mainline (try to fix HAVE_KERBEROS)peter2001-08-201-2/+2
|
* Initial merge of cvs-1.11 -> 1.11.1p1 changes onto mainline. There ispeter2001-08-101-125/+218
| | | | still some suspicious and/or broken stuff to fix yet.
* 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.
* Merge changes from 1.10.7 -> 1.11 into mainline. Note that the oldpeter2000-10-021-38/+129
| | | | anoncvs no-password hack is gone and is replaced by the official version.
* 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..
* Import cvs-1.10.7. There are a number of nasty bugs that have been fixed.peter1999-12-111-191/+437
| | | | Obtained from: cyclic.com
* Import cvs-1.10 onto vendor branch. Merge to follow shortly.peter1999-03-181-19/+41
| | | | Obtained from: cyclic.com
* Import cvs-1.9.26 onto vendor branchpeter1998-03-101-31/+37
|
* Import cvs-1.9.24 since it came quite soon after the snapshot that waspeter1998-01-301-0/+63
| | | | | imported a few days ago. There is very little difference, except that the remote protocol apparently supports wrappers and -k options better.
* Import cvs-1.9.23 as at 19980123. There are a number of really nicepeter1998-01-261-462/+791
| | | | | | | | | | | | | | | 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-221-2/+56
|
* Import of cvs-1.9.9-970515 onto vendor branch.peter1997-05-151-1245/+1783
| | | | Obtained from: cyclic.com
* Import of slightly trimmed cvs-1.8 distribution. Generated filespeter1996-08-201-0/+4490
and non-unix code has been left out.
OpenPOWER on IntegriCloud