[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Strange output from reintegrate merge using JavaHL

From: Jacob Weber <jacob_at_jacobweber.com>
Date: Sun, 21 Feb 2010 12:54:16 -0800

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
Received on 2010-02-21 21:54:57 CET

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.