| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
Discussed with: many
Reviewed by: peter, zi
Approved by: core
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
for now.
|
| |
|
| |
|
|
|
|
| |
Approved by: re
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
| |
still some suspicious and/or broken stuff to fix yet.
|
|
|
|
| |
all the time, and IMHO it is long overdue.
|
|
|
|
| |
anoncvs no-password hack is gone and is replaced by the official version.
|
|
|
|
|
|
|
| |
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..
|
|
|
|
| |
Obtained from: cyclic.com
|
|
|
|
| |
Obtained from: cyclic.com
|
| |
|
|
|
|
|
| |
imported a few days ago. There is very little difference, except that
the remote protocol apparently supports wrappers and -k options better.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
| |
Obtained from: cyclic.com
|
|
and non-unix code has been left out.
|