An error occurred while checking for changes on the disk (Commit)

0
As I am trying to commit my work, I get an error, 'An error occurred while checking for changes on the disk'. With the following details (How Do I solve this): SharpSvn.SvnRepositoryIOException: Unable to connect to a repository at URL 'https://teamserver.sprintr.com/86f86163-0fd7-4d09-a32a-f7b6069349a9/trunk' ---> SharpSvn.SvnRepositoryIOException: OPTIONS of 'https://teamserver.sprintr.com/86f86163-0fd7-4d09-a32a-f7b6069349a9/trunk': Server certificate verification failed: issuer is not trusted (https://teamserver.sprintr.com) --- End of inner exception stack trace --- at SharpSvn.SvnClientArgs.HandleResult(SvnClientContext client, SvnException error, Object targets) at SharpSvn.SvnClient.Status(String path, SvnStatusArgs args, EventHandler1 statusHandler) at SharpSvn.SvnClient.GetStatus(String path, SvnStatusArgs args, Collection1& statuses) at Mendix.Modeler.VersionControl.SvnConnector.ClientDoT in c:\jenkins\workspace\AppStudio-Modeler\src\Mendix.Modeler.Core\VersionControl\SvnConnector.cs:line 90 at Mendix.Modeler.VersionControl.SvnConnector.GetStatuses(String localDir, Boolean retrieveRemoteStatus) in c:\jenkins\workspace\AppStudio-Modeler\src\Mendix.Modeler.Core\VersionControl\SvnConnector.cs:line 128
asked
1 answers
0

Install Turtoise svn (1.7) and do a cleanup. Then check if you still have conflicts and resolve them. Then do a svn commit. After that you can commit from Mendix again.

Regards,

Ronald

answered