failed to commit?

1
Did anyone see this before? have not changed much to the app, will run fine local SharpSvn.SvnSystemException: Commit failed (details follow): ---> SharpSvn.SvnSystemException: Unable to create pristine install stream ---> SharpSvn.SvnSystemException: Het systeem kan het opgegeven pad niet vinden.    --- Einde van intern uitzonderingsstackpad ---    --- Einde van intern uitzonderingsstackpad ---    bij SharpSvn.SvnClientArgs.HandleResult(SvnClientContext client, SvnException error, Object targets)    bij SharpSvn.SvnClient.Commit(ICollection`1 paths, SvnCommitArgs args, SvnCommitResult& result)    bij 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:regel 43
asked
2 answers
0

Looks like the following problem: https://forum.mendix.com/link/questions/108872 

Maybe you can find the answer there?

answered
0

No, not seen this before. My way out of this kind of mess with svn is to:

  • close StudioPro,
  • rename the directory, to ~_xyz
  • redownload your app’s latest version from sprintr
  • copy your <yourapp>.mpr from ~_xyz to your newly downloaded directory; this will copy your current local changes to the newly downloaded version.
  • doubleclick the mpr in your newly downloaded directory, thus opening StudioPro and your app, including your local changes.
  • Commit

What this solution is actually doing is in your apps local directory: overwriting your apps .svn directory with a clean new version.

answered