The svn history is also copied when right click copy on a file in the project panel.
This is apparently a feature.
The fact is that it is not clear that IDEA works that way. I discovered it after looking the history of a file I create. The first entry was done by colleague. This behavior is confusing since the first entry's commit message has nothing to do with my file.
When I did create my file from a copy I was expecting to gain time by keeping some content of the original file.
Now I tried to find out how to do this without copying the svn history but didn't succeed. The best I can do is to create a new file and copy the interesting parts of the other or to copy it from outside of IDEA what is not really efficient.
When copy pasting a file there should be an option to copy without svn history.
An other solution could be to offer a version control setting to turn this behavior on or off.
What I see in the history after issuing this command:
$ svn log -r0:HEAD -v upgrade_1180_registrant_message.sql
r10777 | userx | 2008-04-24 18:21:35 +0200 (Thu, 24 Apr 2008) | 3 lines
Changed paths:
...
A /adrian/trunk/dbcreation/upgrades/upgrade_1170_enable_transferauthcode_permission.sql
- TICKET-399: ...
------------------------------------------------------------------------
r10831 | usery | 2008-04-29 17:35:21 +0200 (Tue, 29 Apr 2008) | 1 line
Changed paths:
...
A /adrian/trunk/dbcreation/upgrades/upgrade_1180_registrant_message.sql (from /adrian/trunk/dbcreation/upgrades/upgrade_1170_enable_transferauthcode_permission.sql:10801)