Y
Hacker News
new
|
ask
|
show
|
jobs
by
silentOpen
3129 days ago
Children would be lazily loaded and would not appear in directory listing of the parent directory. `find` would search your existing local checkouts only and the file system would still be POSIX.
1 comments
hinkley
3129 days ago
How do you trigger loading the projects if there isn’t a pointer to them showing up in the file system?
link
koffiezet
3128 days ago
When you open or stat a directory that doesn't exist, try to checkout that path, if that fails, return an ENOENT error?
link