The change to Boost::filesystem v3 causes mongorestore on Windows to see backslash directory separators instead of forward slashes. The most flexible fix is to process slash and backslash as equivalent so that mongorestore does the right thing with either separator or even a mix. It is possible that other tools would benefit from a similar change, but this ticket is just for mongorestore.
- is depended on by
-
SERVER-7339 jstests/tool/dumpfilename1.js fails on Windows with Boost::filesystemv3
- Closed