vote up 1 vote down star

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)?

flag

3 Answers

vote up 1 vote down check

Preferences > Team > Ignored Resources

link|flag
Thank you. Exactly what I needed. – Franz Oct 20 at 1:08
vote up 0 vote down

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

link|flag
vote up 0 vote down

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
link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.