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.
Fabiano Marinho Carneiro da Cunha wrote: > Hi, > > Sometimes, when I commit some files to the repository, the cvs > server > creates another directory with ##copy## on the name of the > directory > > If my directory is "/include", cvs creates an "/include##copy##" > directory. > That's a side effect of AtomicCommits. It means your server crashed. When you next use the server it'll delete that directory and the partial commit that it contains. If you don't want that to happen don't enable AtomicCommits. Tony