Mendix - Update and Commit error

0
Hi All, We are using the Mendix Modeler 7.20.1 (trial version) for our app development. Close to 5 developers working on the app development, doing multiple commits and update to the project. Currently we are facing the below issue while doing update of the project. Kindly provide a resolution for the below issue Mendix.Modeler.VersionControl.VersionControlException: An error occurred while retrieving the history. ---> SharpSvn.SvnException: Unable to connect to a repository at URL 'https://teamserver.sprintr.com/a8431dc1-a777-4c33-aa50-64a15bfdcfd3/trunk' ---> SharpSvn.SvnException: Error running context: APR does not understand this error code    --- End of inner exception stack trace ---    at SharpSvn.SvnClientArgs.HandleResult(SvnClientContext client, SvnException error, Object targets)    at SharpSvn.SvnClient.InternalLog(ICollection`1 targets, Uri logRoot, SvnRevision altPegRev, SvnLogArgs args, EventHandler`1 logHandler)    at SharpSvn.SvnClient.Log(Uri target, SvnLogArgs args, EventHandler`1 logHandler)    at Mendix.Modeler.VersionControl.SvnConnector.UriClientDo(Uri repositoryUri, Action`1 action) in C:\jenkins-ci\workspace\AppStudio3.0-Build\modeler\Mendix.Modeler.Core\VersionControl\SvnConnector.cs:line 845    at Mendix.Modeler.VersionControl.SvnConnector.GetCommitHistory(IWorkingCopy workingCopy, Int32 numberOfCommits, Boolean strictNodeHistory, SvnRevision start, SvnRevision end, Func`2 filter) in C:\jenkins-ci\workspace\AppStudio3.0-Build\modeler\Mendix.Modeler.Core\VersionControl\SvnConnector.cs:line 688    --- End of inner exception stack trace ---    at Mendix.Modeler.VersionControl.SvnConnector.GetCommitHistory(IWorkingCopy workingCopy, Int32 numberOfCommits, Boolean strictNodeHistory, SvnRevision start, SvnRevision end, Func`2 filter) in C:\jenkins-ci\workspace\AppStudio3.0-Build\modeler\Mendix.Modeler.Core\VersionControl\SvnConnector.cs:line 694    at Mendix.Modeler.VersionControl.SvnConnector.GetCommitHistory(IWorkingCopy workingCopy, Int32 numberOfCommits, SvnRevision start, SvnRevision end, Func`2 filter) in C:\jenkins-ci\workspace\AppStudio3.0-Build\modeler\Mendix.Modeler.Core\VersionControl\SvnConnector.cs:line 642    at Mendix.Modeler.VersionControl.Updater.<>c__DisplayClass15_0.<AddCheckVersionStep>b__0(IProgressInfo info) in C:\jenkins-ci\workspace\AppStudio3.0-Build\modeler\Mendix.Modeler.Core\VersionControl\Updater.cs:line 131
asked
2 answers
0

You could try to update/commit using TortoiseSVN, see Mendix Documentation for installation.

Does that work?

answered
0

Hello,

Can you please check the Modeler logs right after such an error occurs?

  • From ‘Help’ menu choose ‘Open Log File Directory’
  • Open log.txt in any text editor

 

Hopefully there is some better error message available there.

answered