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.
Lawson.Reed wrote: > Yes! That works! Thanks!!!!!! > > So, are atomic commits unsupported in CVSNT? > They were added partly because there are some people who think that it's some kind of major failing, and partly because someone worked out how to do it... however it was never really integrated with the rest of the system - it works for simple stuff but isn't really production ready. cvs has always been atomic at the file level, thus protecting from repository corruption... what you can get it partial commits if there's a failure at the wrong moment - there are other ways of handling this, though, and adding that is something I'm working on. Tony