[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Glob syntax for svndumpfilter exclude --pattern

From: Julian Foad <julian_at_foad.me.uk>
Date: Mon, 20 Feb 2017 11:17:08 +0000

Julian Foad wrote:
> [[[
> $ svndumpfilter --help exclude
> [...]
> --pattern : Treat the path prefixes as file glob patterns.
> ]]]

I expanded the help a little in revision 1783741, to include what I felt
are the most useful brief details:

[[[
$ svndumpfilter --help exclude
[...]
   --pattern : Treat the path prefixes as file glob patterns.
                  Glob special characters are '*' '?' '[]' and '\'.
                  Character '/' is not treated specially, so
                  pattern /*/foo matches paths /a/foo and /a/b/foo.
]]]

- Julian
Received on 2017-02-20 12:17:15 CET

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.