On Sat, 19 Nov 2005, Steve Kargl wrote: > On Sat, Nov 19, 2005 at 11:29:36AM -0800, Jim Blandy wrote: > I believe if the file is in a cvs repository and the copy > in your local tree was not obtained via a checkout, cvs > will replace the local file with whatever is in the repository.
No, it'll continue to update the rest of the tree but emit an error (i.e. not bail out immediately like svn). IIRC. > > However, if I'm understanding it right, here Subversion is hesitating > > to replace a file with a file of the same name whose contents are the > > same. Is that correct? > > Yes. I see this regularly too, like when I write a test-case in another tree than where I'll commit it and forget to remove it before the next update of the first tree. I like Jim Blandy's suggestion that svn could just emit some informational message if the contents is the same as the some revision (first or HEAD presumably) and just go on. brgds, H-P