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

svn merge --record-only, svn merges - how to use - quick question

From: Z W <mpc8250_at_gmail.com>
Date: Sun, 21 Apr 2013 20:15:10 -0700

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
Received on 2013-04-22 05:15:44 CEST

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.