Peter Wemm
fcaf4ec9ea
This commit was generated by cvs2svn to compensate for changes in r81434,
...
which included commits to RCS files with non-trunk default branches.
2001-08-10 10:55:45 +00:00
Peter Wemm
5b05c7e2bc
Re-kill this file. It got whiplash being killed and restored on the
...
mainline, it is truely dead now.
2001-08-10 10:39:29 +00:00
Peter Wemm
87403039e2
This commit was generated by cvs2svn to compensate for changes in r81426,
...
which included commits to RCS files with non-trunk default branches.
2001-08-10 10:38:11 +00:00
Peter Wemm
f8db74c8fc
This commit was generated by cvs2svn to compensate for changes in r81424,
...
which included commits to RCS files with non-trunk default branches.
2001-08-10 10:33:41 +00:00
Peter Wemm
c26899044d
This commit was generated by cvs2svn to compensate for changes in r81422,
...
which included commits to RCS files with non-trunk default branches.
2001-08-10 10:29:04 +00:00
Peter Wemm
d51af2baf3
This commit was generated by cvs2svn to compensate for changes in r81420,
...
which included commits to RCS files with non-trunk default branches.
2001-08-10 10:22:43 +00:00
Peter Wemm
a86e31b209
This commit was generated by cvs2svn to compensate for changes in r81414,
...
which included commits to RCS files with non-trunk default branches.
2001-08-10 10:05:43 +00:00
Peter Wemm
a2b4cbc808
This commit was generated by cvs2svn to compensate for changes in r81412,
...
which included commits to RCS files with non-trunk default branches.
2001-08-10 10:02:36 +00:00
Peter Wemm
bcfbee2150
Tweak for 1.11.1p1
2001-08-10 09:53:53 +00:00
Peter Wemm
64e56da987
Initial merge of cvs-1.11 -> 1.11.1p1 changes onto mainline. There is
...
still some suspicious and/or broken stuff to fix yet.
2001-08-10 09:53:06 +00:00
Peter Wemm
398ed02b53
This commit was generated by cvs2svn to compensate for changes in r81404,
...
which included commits to RCS files with non-trunk default branches.
2001-08-10 09:43:22 +00:00
Peter Wemm
7f22ecb0da
Import cvs-1.11.1p1 onto vendor branch
2001-08-10 09:43:22 +00:00
Peter Wemm
4fd2864862
Flip the default for CVS_RSH to "ssh". I am tired of getting asked this
...
all the time, and IMHO it is long overdue.
2001-02-23 04:52:30 +00:00
John Polstra
ae5dbaf270
Fix a bug that shows up when checking out files by date with the
...
"-D date" command line option. There is code in the original to
handle a special case. If the date search finds revision 1.1 it
is supposed to check whether revision 1.1.1.1 has the same date
stamp, which would indicate that the file was originally brought
in with "cvs import". In that case it is supposed to return the
vendor branch version 1.1.1.1.
However, there is a bug in the code. It actually compares the date
of revision 1.1 for equality with the date given on the command
line -- clearly wrong. This commit fixes the coding bug.
There is an additional bug which is _not_ fixed in this commit.
The date comparison should not be a strict equality test. It should
allow a fudge factor of, say, 2-3 seconds. Old versions of CVS
created the two revisions with two separate invocations of the RCS
"ci" command. We have many old files in the tree in which the
dates of revisions 1.1 and 1.1.1.1 differ by 1 second.
Approved by: peter
2000-10-29 03:56:49 +00:00
Peter Wemm
ba9369b9b9
Merge changes from 1.10.7 -> 1.11 into mainline. Note that the old
...
anoncvs no-password hack is gone and is replaced by the official version.
2000-10-02 06:43:58 +00:00
Peter Wemm
a3b502f88f
Import cvs-1.11 onto vendor branch.
2000-10-02 06:33:59 +00:00
Peter Wemm
d65e2e3fd6
This commit was generated by cvs2svn to compensate for changes in r66525,
...
which included commits to RCS files with non-trunk default branches.
2000-10-02 06:33:59 +00:00
Peter Wemm
33cd46fe61
Missing quote
...
PR: misc/19745
Submitted by: Tony Finch <dot@dotat.at>
2000-09-25 18:23:34 +00:00
Kris Kennaway
cb358f5cfb
Use X x X's in mkstemp().
2000-01-10 08:56:01 +00:00
Peter Wemm
dd4450d659
I believe this fixes the problem certain people have been seeing when doing
...
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..
2000-01-06 17:57:24 +00:00
Peter Wemm
8bd88c453b
Unmangle cvs's MD5* calls.
1999-12-11 15:10:02 +00:00
Peter Wemm
5e84812fa3
Take a shot at using mkstemp() since we have a __warn_references() on
...
the other temporary file creation functions..
1999-12-11 14:58:02 +00:00
Peter Wemm
337c65c54d
Merge error. rcs_lockfile is freed after unlock.
1999-12-11 13:19:17 +00:00
Peter Wemm
5eae5a3482
Update for 1.10.7 update.
1999-12-11 13:11:47 +00:00
Peter Wemm
f1ddedaa09
Merge cyclic changes from 1.10.7 into our mainline. I did this seperately
...
as cvs update -j had kittens over the whole thing and I ended up merging
it by hand.
1999-12-11 13:00:18 +00:00
Peter Wemm
9bd45385bc
Merge cyclic changes for 1.10.7 only our mainline.
1999-12-11 12:50:10 +00:00
Peter Wemm
c17d50044b
Revert to vendor version. Sigh, this left the vendor branch because
...
of a fix for a y2k non-problem. :-(
1999-12-11 12:42:49 +00:00
Peter Wemm
d818196804
Import cvs-1.10.7. There are a number of nasty bugs that have been fixed.
...
Obtained from: cyclic.com
1999-12-11 12:24:21 +00:00
Peter Wemm
6687a375a9
This commit was generated by cvs2svn to compensate for changes in r54427,
...
which included commits to RCS files with non-trunk default branches.
1999-12-11 12:24:21 +00:00
Peter Wemm
51399659b1
Add maintainer tag, and add a description of a few more things we've
...
added/changed locally for FreeBSD.
1999-12-08 16:49:38 +00:00
David E. O'Brien
b0576ff7e0
Call isspace() directly to get rid of an objectionable include.
1999-12-04 08:44:05 +00:00
Peter Wemm
7b72489469
Document the .cvsrc "cvs" option for global options.
1999-12-04 02:15:30 +00:00
David E. O'Brien
eaf4925a25
Support the environtmental var "CVS_OPTIONS". Which can hold a set of
...
default options for cvs. These options are interpreted first and can be
overwritten by explicit command line parameters.
Obtained from: GNU Grep 2.3
1999-12-04 01:23:26 +00:00
Peter Wemm
9515a35166
If running on the client side of a remote commit, don't reject root when
...
trying to do a commit. The server side will use the correct name, and the
client side restriction is just an annoyance.
Requested by: lots of folks
1999-10-25 06:24:11 +00:00
David E. O'Brien
9fbae1ed46
Document -R.
1999-09-11 13:33:18 +00:00
Bruce Evans
1e455c280e
Fixed style bugs in FreeBSD changes. KNF style doesn't apply to gnu
...
sources.
1999-07-04 15:46:44 +00:00
Peter Wemm
059af14f8e
Don't assume branch heads are alive.. (related to previous change to the
...
older 1.9.26 baseline)
1999-05-10 13:49:51 +00:00
Peter Wemm
16f9c40248
Zap files not in cvs-1.10
1999-04-05 06:36:11 +00:00
Peter Wemm
feeca969b0
Stray files that used to be in 1.9.x that are not in 1.10
1999-04-05 06:31:43 +00:00
Peter Wemm
46a2066259
Merge cvs-1.9.xx -> 1.10 changes onto mainline.
...
Changes of significance include the top level CVS directory being optional
and defaulting to off..
1999-03-18 09:32:46 +00:00
Peter Wemm
b791882da9
Merge cvs-1.9.xx -> 1.10 changes onto mainline.
...
The merge turned up a long-standing bug in local additions. I'm not
quite sure it's right yet. (the code in question is dealing with
diffs relative to "HEAD" and dead revisions).
1999-03-18 09:31:26 +00:00
Peter Wemm
0008866e58
Import cvs-1.10 onto vendor branch. Merge to follow shortly.
...
Obtained from: cyclic.com
1999-03-18 09:21:42 +00:00
Peter Wemm
6a2d2db53b
This commit was generated by cvs2svn to compensate for changes in r44852,
...
which included commits to RCS files with non-trunk default branches.
1999-03-18 09:21:42 +00:00
Daniel O'Callaghan
6af24c708d
Tidy logic in sccs2rcs,
...
Fix y2kbug "19$year" in log.pl
PR: 9501
Submitted by: Peter Jeremy <peter.jeremy@alcatel.com.au>
1999-01-15 12:05:57 +00:00
Daniel O'Callaghan
63688efca7
Yet another y2k bug. (printf("19%s %s", $3, $4);)
1999-01-15 05:15:41 +00:00
Matthew Dillon
467e41453a
Fixed typo in previous commit. oops.
1998-12-03 07:25:13 +00:00
Matthew Dillon
da1852b35a
Reviewed by: "Jordan K. Hubbard" <jkh@zippy.cdrom.com>, cvs-all@freebsd.org
...
Add '-g' main option to cvs to better support shared-group access
to a common checked-out *working* set by multiple users. See manual
page for details.
1998-12-03 07:22:44 +00:00
David E. O'Brien
96136e4f8a
-v to show compiled in paths doesn't seem to exist.
...
PR: docs/7912
Submitted by: Stephen J. Roznowski <sjr@home.net>
1998-10-04 11:09:08 +00:00
Warner Losh
74542ae78c
Use readlink correctly
1998-09-09 17:05:54 +00:00
Joseph Koshy
9595a75afa
Spelling corrections.
...
PR: 6829
Submitted by: Josh Gilliam <josh@quick.net>
1998-06-03 04:21:41 +00:00