On 21.09.2016 16:51, Ellingsworth, David wrote:
> I have a repository that resembles the following structure:
>
> /branches/A (HEAD:r340)
> /branches/B (HEAD:r350, r200->/branches/A_at_r100)
> /branches/Hybrid (HEAD:r351, r351->/branches/B_at_r250)
>
> /branches/B includes all modifications from /branches/A via periodic merges
> /branches/B has modifications NOT included in /branches/A
> /branches/Hybrid was created from /branches/B at r250
>
> Upon trying to merge changes from /branches/A into /branches/Hybrid, "Hide non-mergeable revisions" is sometimes absent. When it is available it correctly shows the revisions from /branches/A that can be merged into /branches/Hybrid. After mering some of the available changes from /branches/A into /branches/Hybrid and attempting to merge /branches/B into /branches/Hybrid, the "Hide non-mergeable revisions" is NEVER displayed.
>
> I would expect the "Hide non-mergeable revisions" option to always be available and display the revisions that would be displayed by "svn mergeinfo --show-revs eligible".
The checkbox is only visible if either there are revisions available to
merge (if there are no mergeable revisions, that checkbox wouldn't make
sense because it would hide all revisions), or if a copyfrom-revision is
detected during the log-fetch.
Stefan
--
___
oo // \\ "De Chelonian Mobile"
(_,\/ \_/ \ TortoiseSVN
\ \_/_\_/> The coolest interface to (Sub)version control
/_/ \_\ http://tortoisesvn.net
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=3186615
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2016-09-21 19:31:43 CEST