Hi, I am trying to commit some changes in my mendix application. Unfortunately I’m receiving this error: 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/10aa1cae-6650-437f-92b1-6bb249e486a0/branches/Panorama_NAG_Dev' ---> SharpSvn.SvnRepositoryIOForbiddenException: Access to '/10aa1cae-6650-437f-92b1-6bb249e486a0/branches/Panorama_NAG_Dev' forbidden --- 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 681 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 480 --- 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 484 at Mendix.Modeler.VersionControl.Operations.Svn.SvnCheckWorkingCopyOperation.CheckWorkingCopy(String projectDirectory) in C:\Users\Autobuild\workspace\AppStudio4.0-Build\modeler\Mendix.Modeler.VersionControl\Operations\Svn\SvnCheckWorkingCopyOperation.cs:line 43 If anybody could help me to resolve this that would be much helpful. Thanks in advance!
asked
varalakshmi sreenivasan
1 answers
1
Looks like you have checked out the model in a folder, which is also synced with your OneDrive.
Which is basically the same as checking out a googledrive folder in a onedrive folder.
Stop syncing Onedrive (terminate the Onedrive shell)
Try to commit (I hope this works now)
After commit, delete the local copy of your project
app > show App Directory in Explorer
navigate one folder up
Delete the project folder
Download the project again, but now in a folder not synced with OneDrive