Sublime Forum

Windows <-> OSX <-> Linux files synchronize

#1

Hi

I needed way to synchronize my Windows laptop where I code with Linux server where code will run. I code with ruby so there is no compilation needed and submitting code should be fast. I’ve dropped samba because plugins work really slow with it (Git for example) and other plugins for synchronizing were not working well for me. I’ve picked Unison cis.upenn.edu/~bcpierce/unison/ and it works quite well. I’ve developed some plugin for ST3 to automatically call Unison when file is saved and it’s dirty (yes - with ST you can re-save file !!!) - it works very well.

Do you have another solutions for that kind of synchronize ? I’ve tried SublimeSFTP but it didn’t work well last time I used it (and it’s not free)

0 Likes

#2

Why not Git with a remote server?

0 Likes

#3

I have no local server for testing changes, development servers and DB runs on remote machine.

0 Likes