Refactor -> Rename を使用して、一連の .js ファイルの名前を変更しています。
Calendar.js
ファイルの名前をすべて小文字の名前に変更した場合 (つまり、名前をに変更した場合) を除いて、それらはすべて機能しますcalendar.js
。次のエラーが表示されます。
move C:/Users/JohnDeer/workspace/MyApp/WebContent/scripts/ui/Calendar.js C:/Users/JohnDeer/workspace/MyApp/WebContent/scripts/ui/calendar.js
Path is not a working copy directory
svn: Path 'C:\Users\JohnDeer\workspace\MyApp\WebContent\scripts\ui\calendar.js' is not a directory
ui フォルダーを確認したところ、その中に .svn フォルダーがあります。