You cannot ignore material that is in your repository. This is not how to ignore work in Subversion.
Ignoring is just a way to prevent accidentally adding a file to the repository. If the file already exists in the repository, you cannot ignore it.
, . , .settings Subversion, .settings, .settings. .settings, .
, svn add * svn status, , , , svn status. , .
svn:ignore, . , svn:ignore . , Maven, svn:ignore= target, . , svn:ignore , , .
, .settings? : . , Subversion . :
$ svn checkout --depth=immediates http:
, . Kornshell BASH ( shopt -s extglob):
$ svn update --set-depth=infinity !(.settings)
, .settings.
:
$ svn update --set-depth=exclude .settings
.settings, . .settings , .settings , svn diff ( URL- ) .settings.
, : . - , .
, . . , , , , .
, , , , . , , .settings . svn:ignore .settings.