Mac Mini for AArch64 Compiler Development
Derek Fawcus
dfawcus+dlang at employees.org
Thu Aug 14 21:13:56 UTC 2025
On Thursday, 14 August 2025 at 17:28:29 UTC, Walter Bright wrote:
> What about sshfs?
Never seen the need, I just use sftp if necessary, but mainly git
syncing.
What I tend to do is have a git repo on my workstation, and
parallel git repo's on the dev servers. Then I simply push and
fetch between the two over SSH, editing and committing wherever
is most convenient.
So mainly on the workstation. When compiling and doing UTs on the
server I'd often commit there after fixing something, and use git
over ssh to fetch back to my workstation. Driving all fetch/push
actions from the local workstation side.
So not having a filesystem abstraction over the top of it has
never been an issue.
Mind, I'm often doing this across trans-Atlantic links, and so
explicitly working with git that way is more comfortable than the
100ms+ delay of direct FS interactions.
More information about the Digitalmars-d
mailing list