Commit error: mpr file is out of date

1
Any help will be appreciated.   When I try to commit my changes I get the following error:   SharpSvn.SvnWorkingCopyException: Commit failed (details follow):  ---> SharpSvn.SvnWorkingCopyException: File 'C:\Users\xu263c\Documents\Mendix\TPM-Dashboard-App-Carlos_dev\TC_Connector_Sample_App.mpr' is out of date  ---> SharpSvn.SvnRepositoryIOException: While preparing 'C:\Users\xu263c\Documents\Mendix\TPM-Dashboard-App-Carlos_dev\TC_Connector_Sample_App.mpr' for commit  ---> SharpSvn.SvnRepositoryIOException: File '/branches/Carlos_dev/TC_Connector_Sample_App.mpr' is out of date    --- End of inner exception stack trace ---    --- End of inner exception stack trace ---    --- End of inner exception stack trace ---    at SharpSvn.SvnClientArgs.HandleResult(SvnClientContext client, SvnException error, Object targets)    at SharpSvn.SvnClient.Commit(ICollection`1 paths, SvnCommitArgs args, SvnCommitResult& result)    at SharpSvn.SvnClient.Commit(String path, SvnCommitArgs args, SvnCommitResult& result)    at Mendix.Modeler.VersionControl.SvnClientAdapter.Commit(String path, SvnCommitArgs args, SvnCommitResult& result) in C:\Users\Autobuild\workspace\AppStudio4.0-Build\modeler\Mendix.Modeler.VersionControl\Svn\SvnClientAdapter.cs:line 132    at Mendix.Modeler.VersionControl.Operations.Svn.SvnCommitOperation.Execute(CommitRequest request) in C:\Users\Autobuild\workspace\AppStudio4.0-Build\modeler\Mendix.Modeler.VersionControl\Operations\Svn\SvnCommitOperation.cs:line 41  
asked
1 answers
4

Hi Carlos Martinez Mascarua,

I’ve had issues when accessing Mendix projects over a network share on my Mac using Parallels. I’ve found mapping the network drive to a my M: drive in Windows fixed the problem. In this case, i’d suggest mapping Your mendix Folder to Drive D. When I open projects, I always do it via the D: drive. 

https://support.microsoft.com/en-us/windows/map-a-network-drive-in-windows-29ce55d1-34e3-a7e2-4801-131475f9557d.

Please go through this and let me know if your issues are not resolved. And if it helps please accept my answer. It helps me grow as well.

Thanks!

answered