views:

604

answers:

3

Hi,

I have a PHP project set up in Eclipse with SVN support. Now, Eclipse adds its project files .buildpath and .project to the project and Subclipse wants to add it to the repository.

Now I could just use svn:ignore to let SVN ignore the files, but that's not an option for various reasons. So, is there a way to make Eclipse and Subclipse ignore the files (which it should anyway)?

A: 

Can you just uncheck the box for "Show unversioned files" in the commit window?

davethegr8
A: 

Can you use global-ignores? If yes, customize it in your config file:

  • On Windows: C:\Documents and Settings\%USERID%\Application Data\Subversion\config
  • On Linux: ~/.subversion/config
Pascal Thivent
+1  A: 

Preferences > Team > Ignored Resources

JW
Thank you. Exactly what I needed.
Franz