Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Subversion configuration

Using Eclipse: see Configure SVN, in Window > Preferences > Team > Ignored Resources , add pattern:

  • .classpath
  • .project
  • .settings
  • target

subversion client on Linux: add to ~./subversion/config: global-ignores = .classpath .project .settings target
Windows: Tortoise SVN, in settings > Subversion, add ".classpath .project .settings target" to Global ignore pattern.

...