Cedric noticed that when doing a build, the .svn folders from the src directory are being copied into the local module's build directory, which makes TortoiseSVN confused.

The way to fix this is to tell Eclipse to not copy .svn folders during a build:

Window | Preferences | Java | Compiler | Building | Output folder | Filtered 
Resources

Add .svn/ to the list of filtered resources.

This is for Eclipse 3.1, BTW.

Cheers,
Philip

Reply via email to