我正在为 SVN 使用 Eclipse 和插件 Subeclipse。我只是想将文件重命名为大写名称。示例:“file_a.txt”到“FILE_A.TXT” 我的最佳做法应该是什么?
我尝试右键单击文件并选择“重命名”(F2)重命名然后提交到SVN。但是我遇到了一个错误:
Problems encountered while moving resources.
SVN: '0x00000118: Move' operation finished with error
Move 'file_a.txt' to '/project/package' was failed.
svn: File 'C:\eclipse\project\package\FILE_A.TXT' already exists
非常感谢您提前。