You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When --merge-source-url option of merge command (or connected config property for that working copy) has username specified (e.g. svn://[email protected]/svn/repository/trunk), but working copy URL doesn't contain username (e.g. svn://[email protected]/svn/repository/tags/stable), then svn merge command considers this as an external merge and won't populate svn:mergeinfo property during merge.
TODO:
determine what we use as working copy identifier for config setting storage (just domain + path or also protocol or user)
validate, that source/target merge URLs start with the same thing (same protocol, same user/password, same domain)
in the «\ConsoleHelpers\SVNBuddy\Command\MergeCommand::performMerge» method (or earlier)
when changing «merge.source-url» config setting
The text was updated successfully, but these errors were encountered:
When
--merge-source-url
option ofmerge
command (or connected config property for that working copy) has username specified (e.g.svn://[email protected]/svn/repository/trunk
), but working copy URL doesn't contain username (e.g.svn://[email protected]/svn/repository/tags/stable
), thensvn merge
command considers this as an external merge and won't populatesvn:mergeinfo
property during merge.TODO:
The text was updated successfully, but these errors were encountered: