Merging errors using 7.23.9

0
Another user was having the same issue in March 2020, https://community.mendix.com/link/questions/99305. This issue wasn’t really addressed in that post, which is why I’m asking about it again. Can anyone help me solve this issue? Receiving this error message when I try to merge from a feature branch to another branch. It doesn’t matter if I try to merge 1 commit or 10 commits or any number.   SharpSvn.SvnSystemException: Error retrieving REPORT (730054): An existing connection was forcibly closed by the remote host. at SharpSvn.SvnClientArgs.HandleResult(SvnClientContext client, SvnException error, Object targets) at SharpSvn.SvnClient.Merge[TRevisionRange](String targetPath, SvnTarget source, ICollection`1 mergeRange, SvnMergeArgs args) at Mendix.Modeler.VersionControl.SvnConnector.<>c__DisplayClass67_0.<Merge>b__0(ISvnClient c) in C:\jenkins-ci\workspace\AppStudio3.0-Build@2\modeler\Mendix.Modeler.Core\VersionControl\SvnConnector.cs:line 872 at Mendix.Modeler.VersionControl.SvnConnector.PathClientDo(String workingCopyPath, Action`1 action) in C:\jenkins-ci\workspace\AppStudio3.0-Build@2\modeler\Mendix.Modeler.Core\VersionControl\SvnConnector.cs:line 903 at Mendix.Modeler.VersionControl.RevMerger.SvnMerge(RevMergeState state, IProgressInfo info) in C:\jenkins-ci\workspace\AppStudio3.0-Build@2\modeler\Mendix.Modeler.Core.View\VersionControl\RevMerger.cs:line 353  
asked
1 answers
2

Did you try to follow the documentation here: https://docs.mendix.com/howto/collaboration-requirements-management/troubleshoot-version-control-issues ?

Regards,

Ronald

 

answered