| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Approved by: re
|
| |
|
|
|
|
| |
still some suspicious and/or broken stuff to fix yet.
|
|
|
|
| |
anoncvs no-password hack is gone and is replaced by the official version.
|
| |
|
|
|
|
|
|
|
|
|
| |
and we have not done an explicit 'cvs login', then use a default password
of "anoncvs". This allows things like:
setenv CVSROOT :pserver:anoncvs@anoncvs.freebsd.org:/cvs
cvs checkout src (without doing the normal 'cvs login' for pserver mode)
but this runs over the :pserver: protocol rather than the more troublesome
rsh. Naturally, the server had better be running in -R (readonly) mode :-)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|