Community technical support mailing list was retired 2010 and replaced with a professional technical support team. For assistance please contact: Pre-sales Technical support via email to sales@march-hare.com.
On Thu, 22 Jul 2004 09:33:27 -0600, "Terry Lacy" <tlacy at slco.org> wrote: >Perhaps I should have been more specific. By "partial check-ins" >I mean a check-in consisting of multiple files. If you rtag >while someone is doing a check-in of multiple files, you might >end up tagging some of the newer versions and missing others. The purpose of the atomicity code is to group checkins so that you can't checkout (or tag) a partial commit. On busy repositories this is really useful. >While the atomicity code prevents interruption of a single >file check-in, I don't believe it prevents check-ins happening >during the entire rtag process (at least not with the versions >I've used (1.11 and previous)). Only cvsnt has this code.. Tony