svn:重命名文件之后,不允许提交

1.错误代码

org.apache.subversion.javahl.ClientException: Illegal target for the requested operation
svn: Commit failed (details follow):
svn: Cannot commit 'D:workworkspaceeclipsehanLPdatadictionarycustomCustomDictionary1.txt' 
because it was moved from 'D:workworkspaceeclipsehanLPdatadictionarycustomCustomDictionary.txt'
which is not part of the commit; both sides of the move must be committed together

2.解决方法:

  提交文件所属的目录,这样可以提交成功.

原文地址:https://www.cnblogs.com/a198720/p/4481167.html