---

Ignoring Files and Directories in Subversion for Easier Linux Server Management

“There are several ways to ignore files or directories in
Subversion so that Subversion will not include them in the output
of svn status and will not keep them under version control.
However, the exact syntax can be a little tricky.

“The single-command version is:

svn propset svn:ignore test .

“Note the . at the end to specify the current working directory.
=

“The problem with this approach is it will deal only with a
single file. If you run the same command again with a second
file:”


Complete Story

Get the Free Newsletter!

Subscribe to Developer Insider for top news, trends, & analysis