Ant by default excludes vssver.scc file from all filesets. This is very convenient.
But VSS2005 uses vssver2.scc file for the same purpose 🙁
Can I modify Ant’s default excludes somehow?
I do not like an idea to add
<exclude name="vssver*.scc"/>
to each fileset…
It’s right there in the documentation:
which links to
which links to