sapling/eden/fs
Xavier Deguillard 99ca6c74d9 win: do not ignore notification from .hg and .eden
Summary:
While suppressing notification should in theory be faster than getting
notification, it however causes a couple of issues due to the fact that EdenFS
is simply not creating inodes for any of the files in these directories.
Renaming a file in and out of these directories would for instance fail, due to
the inode not being present.

Since these directories are very low traffic overall and on Linux/macOS these
are not treated specifically (well, except for .eden, but that's a different
story), let's do the same on Windows.

Reviewed By: chadaustin

Differential Revision: D22250850

fbshipit-source-id: c13ed29faedc33c98b1a30227e44afc3f2c84c89
2020-06-26 10:41:28 -07:00
..
benchharness Tidy up license headers 2019-10-11 05:28:23 -07:00
benchmarks fix warnings on macOS 2020-06-12 10:28:28 -07:00
cli dirstate: paths in hg are unicode, not bytes 2020-06-25 15:48:00 -07:00
config adding logging for selective paths 2020-06-23 10:02:41 -07:00
docs check in some high-level design documentation for EdenFS 2020-05-15 18:08:47 -07:00
fuse add cause info to objectFetchContext 2020-06-23 10:02:40 -07:00
inodes inodes: fix casing issue on Windows 2020-06-24 18:59:16 -07:00
journal Remove thrift setters 2020-05-26 12:38:37 -07:00
model model: report symlink/executable as regular files on Windows 2020-05-12 08:46:35 -07:00
monitor enable log rotation in edenfs_monitor 2020-05-07 20:05:46 -07:00
notifications eden: show desktop notification for blob/tree fetch errors 2020-02-10 08:28:49 -08:00
py dirstate: paths in hg are unicode, not bytes 2020-06-25 15:48:00 -07:00
rocksdb Remove dead includes in eden 2019-10-11 16:45:01 -07:00
service add PID-fetchCount map data to the result of getAccessCounts 2020-06-24 15:36:51 -07:00
sqlite silence some msvc warnings from sqlite.{h,cpp} 2020-04-26 21:14:24 -07:00
store eden: fix windows build 2020-06-24 15:12:47 -07:00
takeover mount: unify EdenMount::initialize 2020-05-15 13:14:55 -07:00
telemetry eden: fix windows build 2020-06-24 15:12:47 -07:00
testharness add cause info to objectFetchContext 2020-06-23 10:02:40 -07:00
third-party move third-party/ into eden/fs/ 2020-05-04 11:33:12 -07:00
utils add data fetch logger 2020-06-23 10:02:41 -07:00
win win: do not ignore notification from .hg and .eden 2020-06-26 10:41:28 -07:00
CMakeLists.txt revert: Run Eden as a Windows service 2020-05-28 09:01:03 -07:00