Global ignores
From: Feldhacker, Chris <Feldhacker.Chris_at_principal.com>
Date: Thu, 7 Oct 2010 15:29:49 -0500
Where can I find more complete information on global-ignores and the expected format/syntax of the patterns?
The svnbook just indicates:
At first I assumed this just performed wild-card matching, but looking at the default list within the config file that was created on my machine (Windows) I see this:
global-ignores = *.o *.lo *.la *.al .libs *.so *.so.[0-9]* *.a *.pyc *.pyo
Based on the presence of the "[0-9]" set, I assume something a bit more than just wild-card matching must be performed but apparently something less than full regular expressions...
The wikipedia entry for "glob" indicates this is just a generic term that refers to a limited pattern-matching facility, which seems to vary by programming language or shell, and "there is no definite syntax for globs..."
So, where can I find more complete information on the "glob" syntax that Subversion uses for the global-ignores option, and is it consistent across OSes?
-----Message Disclaimer-----
This e-mail message is intended only for the use of the individual or
Nothing in this message is intended to constitute an Electronic signature
While this communication may be used to promote or market a transaction
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.