sapling/eden
Andrey Chursin d9ba6093bb checkout: fix issue with symlink=>directory replacement
Summary:
We had an issue in native checkout when update needed to remove a symlink and then create a directory with same files instead of symlink.
This used to fail, because update has a plan to write to new files, but the files has already 'existed' as part of a symlink, so unknown files check were failing.

This code makes sure that when listing untracked files we do not go inside symlinks, and treat audit errors from VFS as if file did not exist

Reviewed By: DurhamG

Differential Revision: D29567562

fbshipit-source-id: 1b6751cc00c3c628e2cab8c081540dba200209fa
2021-07-07 14:23:40 -07:00
..
fs Remove direct uses of gmock.h 2021-07-07 13:32:31 -07:00
hg-server third-party/rust: update Tokio to 1.7.1 2021-06-25 06:17:41 -07:00
integration Changing eden/Eden/edenfs/Edenfs in the help and other user visible texts to EdenFS 2021-07-06 12:17:20 -07:00
locale add a copyright header to glibc_en.po 2019-04-26 14:38:27 -07:00
mononoke edenapi: upload filenodes (client side) 2021-07-07 11:31:05 -07:00
scm checkout: fix issue with symlink=>directory replacement 2021-07-07 14:23:40 -07:00
test_support suppress errors in fbcode/eden - batch 1 2021-06-08 11:50:05 -07:00
test-data enable treemanifest in snapshots 2019-08-28 18:46:03 -07:00
.gitignore eden: wire up mac contbuild 2019-02-05 21:52:30 -08:00
Eden.project.toml