peter beb1572d35 Fix a serious bug in the recursion processor. When descending a tree,
the descend can jump several directories down in one hit, eg: when a user
mentions multiple directories on the command line, eg: "cvs diff
sys/i386/isa/snd sys/sys".  The problem is that the chdir()s are
pushed/popped to account for this, but the "full path" merely has
the last component chopped off on the way back up.  This busts lots
of things when the recursion is backing up more than one directory (such
as in the example).  This causes 'cvs diff' to emit bogus Index: lines,
'cvs update' to do really stupid things, 'cvs commit' to record incorrect
pathnames etc.  I'm not sure that what I've done is quite correct, there
seems to be a comment that implies some sort of problem with "." vs. ""
equivalence or not, perhaps this is a problem on some other OS's, but
I've not (yet) found any problems.  This bug has been present since
at least cvs-1.8.1.

This should fix problems noted by several people including asami and jmg.
1997-10-12 12:47:05 +00:00
..
1997-08-30 11:01:54 +00:00
1997-09-13 16:01:53 +00:00
1997-05-25 15:49:17 +00:00
1997-09-15 19:18:59 +00:00
1997-05-27 00:05:23 +00:00
1997-06-07 12:58:06 +00:00
1997-09-22 23:14:37 +00:00
1997-10-01 13:27:30 +00:00
1997-08-30 11:12:39 +00:00
1997-09-13 16:01:53 +00:00
1996-10-08 19:16:24 +00:00