SVN properties are an interesting beast. One common use for them is to ignore files that svn should ignore. For example you may want the ‘target’ directory that maven generates to be ignored by svn. This way svn stat will only show changes in your source code. This post deals with adding to svn:ignore prorties. [...]
↧