Ignoring Files and Directories in Subversion for Easier Linux Server Management | Linux Today

Ignoring Files and Directories in Subversion for Easier Linux Server Management

Written By
JK
Juliet Kemp
Mar 9, 2010

“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

JK

Juliet Kemp

Linux Today Logo

LinuxToday is a trusted, contributor-driven news resource supporting all types of Linux users. Our thriving international community engages with us through social media and frequent content contributions aimed at solving problems ranging from personal computing to enterprise-level IT operations. LinuxToday serves as a home for a community that struggles to find comparable information elsewhere on the web.

Property of TechnologyAdvice. © 2026 TechnologyAdvice. All Rights Reserved

Advertiser Disclosure: Some of the products that appear on this site are from companies from which TechnologyAdvice receives compensation. This compensation may impact how and where products appear on this site including, for example, the order in which they appear. TechnologyAdvice does not include all companies or all types of products available in the marketplace.