On Sun, 05 May 2002 20:46:08 EDT, Vin Shelton <acs(a)xemacs.org> said:
Thanks for the suggestion, but I had already done that. This seems
to
have something to do with the way I update. I use rsync to maintain a
local copy of the entier XEmacs CVS archive:
rsync -qavz --exclude=CVSROOT/config sunsite.dk::xemacscvs /opt/CVSroot/XEmacs
and then I cvs update from there, using
cvs update
This works quite well, except I now notice that files never get
removed from my destination hierarchy. I created a new CVS copy of
packages directly from
cvs.xemacs.org, and I see that you are correct,
Steve - easy-mmode.el does not appear in the pcl-cvs directory.
And I'll bet when you do a 'cvs update' with the borked tree, it outputs
? pcl-cvs/wahtever.el
for each orphaned file.
I wonder if there's a stray 'update -I' in a .cvsrc someplace causing it to
ignore some files (not sure if that wouldb e on Vin's system or sunsite.dk),
or if there was a crufty tag on the file from some branch or other....
/Valdis