My requirements are:
Let's say I commit a file called MyFile.item. After this, SVN should make a copy of this file to some other SVN location.
Once it is copied to another location it should also rename the file in new location as MyFile.java
Requirement 1, I think we can achieve this using svn:externals property. Could someone help on how to automatically rename the files? Or any workaround?