Sometimes when I do a --reintegrate merge, I get some unexpected output, along with the normal updates:
--- Merging differences between repository URLs into trunk-path U /trunk-path/file1 U trunk-path/file2 trunk-path/file3 trunk-path/fil4 ... That is, I see a bunch of filenames that have no status indicator. There were hundreds of them in my latest merge. I'm using a Subversion 1.6.5 client, through Subclipse, using the JavaHL interface, connecting to a 1.6.5 server. This output seems to be the result of a call to: org.tigris.subversion.javahl.mergeReintegrate(branch-url, HEAD, trunk-path, false). Does anyone know why this might happen? Thanks, Jacob