Search code examples
eclipsesubclipse

Subversion Moving File


I'm developing a project under Eclipse/Subclipse, and it looks like Subclipse is misbehaving.

For some reason, a file (let's call it report.xml) keeps getting renamed report.xml.svntmp. (I'm assuming Subclipse is the culprit based on that extension; I don't know for certain that it really is.) Obviously, this is causing problems for the code that would like to have a look at that file. Anybody have any ideas on what's causing this and how to make it stop?


Solution

  • So, do not copy SVN-managed folders from one project to another. You copy over some SVN information, which will cause Subclipse to get confused and a bit destructive.