I'm using Eclipse and plugin Subeclipse for SVN. I just wanted to rename a file to uppercase the name. Example: "file_a.txt" to "FILE_A.TXT" What should be my best practice?
I tried to right-click on the file and select "Rename"(F2) to rename then commit to SVN. But I encountered an error:
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
Thank you very much in advance.
Here's my workaround:
For example, I want rename abc.txt
to Abc.txt
abc.txt
abc.txt.temp
abc.txt.temp
Abc.txt
rename
is same as copy
then delete
You won't lost any commit history,
the time line of the file still trackable from the very beginning to now
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With