Archive: can File /r skip version control directories (e.g. CVS or .svn)


can File /r skip version control directories (e.g. CVS or .svn)
we have the installer project under version control. In the installer script we use


File /r LiquidImages

to recursivly add lots of data files.
This unfortunately adds version control files as well.
Each subdir contains a folder called '.svn' and I would like not to include these files.
Any idea ?
Is there something like a blacklist (files to ignore)?

The changelog mentions the addition of a /x parameter for File and ReserveFile. It might be included in the 2.03 release.

Edit: Yes, it is included in 2.03. So you can either download the release candidate or wait a few days for the final release.


wonderful & thanks. that looks exactly like what I need.