AnkhSVN2019 icon indicating copy to clipboard operation
AnkhSVN2019 copied to clipboard

Cannot commit, both sides of the move must be committed together

Open PhilJollans opened this issue 3 years ago • 0 comments

I have received this error report on 18-January-2021

SharpSvn.SvnIllegalTargetException: Commit failed (details follow): --->SharpSvn.SvnIllegalTargetException: Cannot commit 'F:\ProjectRuning\JanSoft\dietchuot\2_Server\22_Web\CoreWeb.Web\Views\Shared\Components\MetaTitle' because it was moved from 'F:\ProjectRuning\JanSoft\dietchuot\2_Server\22_Web\CoreWeb.Web\Views\Shared\Components\AppNameTitle' which is not part of the commit; both sides of the move must be committed together
   --- End of inner exception stack trace ---
   at SharpSvn.SvnClientArgs.HandleResult(SvnClientContext client, SvnException error, Object targets)
   at SharpSvn.SvnClientArgs.HandleResult(SvnClientContext client, svn_error_t* error, Object targets)
   at SharpSvn.SvnClient.Commit(ICollection`1 paths, SvnCommitArgs args, SvnCommitResult& result)
   at Ankh.Services.PendingChanges.PendingChangeHandler.<>c__DisplayClass24_0.<Commit_CommitToRepository>b__0(Object sender, ProgressWorkerArgs e)
   at Ankh.ProgressRunnerService.ProgressRunner.Run(Object arg)

svn-version=1.12.0
os-version=10.0.18363.0
ankh-version=1.0.0.12
sharpsvn-version=1.12.0.1
command=SolutionCommit
vs-version=16.0.30804.86

This should not result in a crash report, but in a message box.

PhilJollans avatar Apr 10 '21 09:04 PhilJollans