Riley Williams writes: > > >>> Synopsis: if user a does "cvs add newdir" and user b does "cvs > >>> update", user b does not get newdir. > > Until user a does "cvs commit" there's nothing for user b to create as > user a could still decide that directory isn't needed after all.
Nope -- unlike files, cvs add on a directory creates the directory in the repository immediately; no commit is necessary. -Larry Jones The game's called on account of sudden death. -- Calvin _______________________________________________ Bug-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-cvs
