Work on a remote host

Hello everyone. I just wander if it is possible to use xcode on files that reside on a remote host. I know that I can always copy any file (or folder) i need to edit from the host to my guest pc and then send it back, but I'd like to avoid this.

Does anyone know the answer? Thank you!

Replies

I think the normal way to accomplish this is indeed to copy and send it back, but using a version control system such as git to do the copying and sending. If that’s not what you mean, perhaps you could provide more details on the types of files, how and when they need to be edited etc.