When building on Windows, mt.exe sometimes fails with error code 31. Usually, this is caused by a virus scanner. Excluding the build directory from your virus software's resident scanner should resolve the problem.
The Windows Search indexer can cause intermittent errors when running the test suite that look like this:
result: FAILED with exception: Error: Access is denied. : Calling MoveFileEx()...
Excluding build directories from the indexer will resolve the problem.
The way we associate work items and version control commits has changed from
earlier versions; v0.9 caught things in an in-between state. The --assoc
option to vv commit
is still there, but it will fail. It will fail after
the commit succeeds, but before your tied branch updates.
Your options:
--assoc/-a
for nowvv
executable; also, you'll probably need to run
vv reindex
from your working directory (once) to update the repo's
database structure.