> From: Greg Stein [mailto:gstein@lyra.org]
> Sent: Thursday, November 09, 2000 2:08 AM
>
> Because if you're going to move them that way, then you MUST
> remove the tags. If I go back and pull APACHE_2_0_ALPHA_2,
> then I sure don't want apr/include/arch to show up with files
> in it.
cp foo,v bar,v
vi bar,v s/tags .*;/tags;/
and
cvs rm foo
cvs commit foo
assures foo is archived in the attic with the original tags,
and bar becomes current, and includes no tags.
> But then again, APACHE_2_0_ALPHA_2 won't ever work because of
> the mmap.c thing. So who cares?
Brian, do we have a backup that we can restore of
apache-2.0/src/lib/apr/shmem/unix/mmap.c,v
?
|