Y
Hacker News
new
|
ask
|
show
|
jobs
by
blaz0
30 days ago
macOS actually has an excellent SMB client, so the options actually are: WebDAV, NFS (3.0 and 4.0), SMB, FSKit.
2 comments
oefrha
30 days ago
By excellent do you mean bearable? macOS’s SMB stack is certainly not excellent.
link
adi_kurian
30 days ago
By bearable do you mean it exists? It's fucking shite.
link
donatj
30 days ago
Which is why I'm so angry they're killing AFP. It works so much better and is super easy to set up a server for on a Linux
link
nine_k
30 days ago
Won't the SMB implementation be
sufficient
to mount git commits as folders?
link
jstanley
30 days ago
No, because SMB doesn't support execute permissions. So either all your files are executable or none of them are.
link
nine_k
30 days ago
I would say that in a source code tree that represents old commits I'd like none of the files to be executable. (It would miss some commits that only change the executable bit though.)
link
js2
30 days ago
AFAIK, SMB doesn't support symbolic links.
link
lostmsu
30 days ago
Git should not have supported them either.
link