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

2013-04-21 Thread Z W
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

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

2013-04-22 Thread Johan Corveleyn
On Mon, Apr 22, 2013 at 5:15 AM, Z W wrote: > Hi All > > How does one use --record-only option with svn merge ? It is used to tell svn that a revision has already been merged. A typical use case is when you want to "block" a certain revision from being merged. See http://svnbook.red-bean.com/en