Larry Jones wrote: >Import, like most CVS >commands, locks each directory in turn as it is processed, so two >simultaneous imports should not be able to manipulate files in the same >directory at the same time. > >
Actually, though atomicity and locking are disjoint concepts, it sure looks like import is skipping directory locks. Please see my previous post. But since import is still using the old RCS-style file locks via RCS_checkin, I would think corruption would still be avoided, but now that I am looking closer, maybe add_rcs_file in import.c isn't even using those? Regardless, my suggestion in the previous post on fixing the problem should still apply. Cheers, Derek -- Derek R. Price CVS Solutions Architect Ximbiot <http://ximbiot.com> v: +1 717.579.6168 f: +1 717.234.3125 <mailto:[EMAIL PROTECTED]> _______________________________________________ Bug-cvs mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/bug-cvs
