Thursday, May 18, 2006

Eclipse Copys SVN directories to Output folder

Problem:
During the building process of Eclipse, it will copy everything from source folders to a output folder. However, if the output folder is overriden to be some directory also under svn root, problem occurs because svn will be confused to produce incorrect output, such as restoring source files under the output directory.


Solution:
Set the output folder to somewhere out control of svn.

No comments: