While trying to commit my changes through Mendix studio pro to team server getting SVN error

0
Hi All, Please help somebody. Mendix.Modeler.VersionControl.VersionControlException: An error occurred while checking for changes on disk. ---> SharpSvn.SvnRepositoryIOException: Unable to connect to a repository at URL 'https://teamserver.sprintr.com/f1c2c35e-4c51-4bd4-9b61-7d08fa24b2fc/trunk' ---> SharpSvn.SvnSystemException: Could not resolve proxy server 'https://teamserver.sprintr.com/f1c2c35e-4c51-4bd4-9b61-7d08fa24b2fc/trunk': No such host is known.      --- End of inner exception stack trace ---    at SharpSvn.SvnClientArgs.HandleResult(SvnClientContext client, SvnException error, Object targets) in d:\bb\sharpsvn-v1.900x\v40\src\sharpsvn\svnclientargs.cpp:line 78    at SharpSvn.SvnClient.Status(String path, SvnStatusArgs args, EventHandler`1 statusHandler) in d:\bb\sharpsvn-v1.900x\v40\src\sharpsvn\commands\status.cpp:line 70    at SharpSvn.SvnClient.GetStatus(String path, SvnStatusArgs args, Collection`1& statuses) in d:\bb\sharpsvn-v1.900x\v40\src\sharpsvn\commands\status.cpp:line 140    at Mendix.Modeler.VersionControl.SvnConnector.PathClientDo(String workingCopyPath, Action`1 action) in C:\Users\Autobuild\workspace\AppStudio4.0-Build\modeler\Mendix.Modeler.VersionControl.Windows\Svn\SvnConnector.cs:line 879    at Mendix.Modeler.VersionControl.SvnConnector.GetChanges(String localDir, Boolean retrieveRemoteChanges, Boolean retrieveAllEntries) in C:\Users\Autobuild\workspace\AppStudio4.0-Build\modeler\Mendix.Modeler.VersionControl.Windows\Svn\SvnConnector.cs:line 577    --- End of inner exception stack trace ---    at Mendix.Modeler.VersionControl.SvnConnector.GetChanges(String localDir, Boolean retrieveRemoteChanges, Boolean retrieveAllEntries) in C:\Users\Autobuild\workspace\AppStudio4.0-Build\modeler\Mendix.Modeler.VersionControl.Windows\Svn\SvnConnector.cs:line 581    at Mendix.Modeler.VersionControl.WorkingCopyChecker.CheckWorkingCopy(IProject project, ICollection`1& changes, Boolean& isUpdateNecessary) in C:\Users\Autobuild\workspace\AppStudio4.0-Build\modeler\Mendix.Modeler.VersionControl\WorkingCopyChecker.cs:line 32    at Mendix.Modeler.VersionControl.CommitPreparer.<>c__DisplayClass16_0.<AddCheckWorkingCopyStep>b__0(IProgressInfo info) in C:\Users\Autobuild\workspace\AppStudio4.0-Build\modeler\Mendix.Modeler.VersionControl\CommitPreparer.cs:line 129    at Mendix.Modeler.UIFramework.Progress.ProcessRunner.RunStep(Step step) in C:\Users\Autobuild\workspace\AppStudio4.0-Build\modeler\Mendix.Modeler.UIFramework\Progress\ProcessRunner.cs:line 83    at Mendix.Modeler.UIFramework.Progress.ProcessRunner.OnDoWork(Object sender, DoWorkEventArgs e) in C:\Users\Autobuild\workspace\AppStudio4.0-Build\modeler\Mendix.Modeler.UIFramework\Progress\ProcessRunner.cs:line 63    at System.ComponentModel.BackgroundWorker.OnDoWork(DoWorkEventArgs e)    at System.ComponentModel.BackgroundWorker.WorkerThreadStart(Object argument)
asked
2 answers
1

Is there a proxy server configured or firewall on your side that probably blocks the request?

answered
0

I had doubt with server address, that’s is getting error

answered