John Arbash Meinel <[EMAIL PROTECTED]> writes: > As far as I can tell library-add is transactional. But especially for > large projects doing: > baz commit -s "blah" > baz status <= new entry hasn't built yet, by the time it finishes, it > exists, and gets a conflict
That also could be improved in baz. If the "mv" moving the newly built revision to the revision library fails, then baz could just look to see if the revision now exists in the library, and if so, just remove the temporary directory and proceed. [ but we agree that the proper solutionn is to create the revlib entry. What I'm saying is that the problem of multiple accesses to the revlib could be solved. ] -- Matthieu _______________________________________________ Gnu-arch-users mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnu-arch-users GNU arch home page: http://savannah.gnu.org/projects/gnu-arch/
