Search code examples
javaeclipsemavensvnsubclipse

Subclipse not adding new files to version control


Eclipse Maven WAR project is not automatically adding new files to version control. What could it be?

Here are some information:

  1. Both Eclipse Mars.2 and Neon present the same problem
  2. Using latest version of Subclipse (1.10.13) with SVN Kit interface
  3. All developers have the same problem
  4. JAR Maven projects do not present the problem, only WAR type
  5. Changes to versioned files are working ok, only new files present the problem
  6. Already tried new installation, didn't work
  7. Checked Eclipse logs and there is nothing suggesting the cause

As the image shows, a new file created was not added to version control:

enter image description here


Solution

  • Went to repository perspective, right-clicked the project directory, properties. Found attribute svn:global-ignores = *

    No idea why it is there but removing it will let the client version new files.

    enter image description here