Hi All How does one use --record-only option with svn merge ? Is it used when a revision number is found in svn mergeinfo eligible list and returns no changes ? ie eg r234455 is on the eligible list but when applied with svn merge, there's no change. Is that when we use --record-only option after that ? Will it mess up the --bidirectional option when applying the merge from branch to a trunk in the future ? Would it cause any harm if we remerge the same files even though there's no changes to the destination files and the original files ? Why does the merge below returns empty ? [linux svn 1.6 workingCopyDir] svn merge -c 234455 [url] https://some.url.com/svn/code/path[/url] [linux svn 1.6 workingCopyDir]
When we did this below, it also returns empty. Why is that ? [linux svn 1.6 workingCopyDir] svn prophet svn:mergeinfo . [linux svn 1.6 workingCopyDir] Thank you. Sincerely