EugenMayer / docker-sync

Run your application at full speed while syncing your code for development, finally empowering you to utilize docker for development under OSX/Windows/*Linux
GNU General Public License v3.0
3.53k stars 289 forks source link

Migration Guide from rsync to unison as default #115

Closed EugenMayer closed 7 years ago

EugenMayer commented 8 years ago

What steps need to be done when we change the default of docker-sync to unison?

mickaelperrin commented 7 years ago
mickaelperrin commented 7 years ago

BTW, while working daily with unison and really happy with it, unison has still some instabilities. I always have a log window with debug mode activated displayed on my screen to ensure files are correctly synced. Most of the time, a simple (or multiple) restart fix the issue, but unison + daemon will hide any information to the end user of eventual problems.

EugenMayer commented 7 years ago

well we will provide logs here https://github.com/EugenMayer/docker-sync/pull/65#issuecomment-278565262 so you can still tail -f and have the same thing. I also use unison only these days and i have very little to none glitches at all. And we are talking about 5-7 different guys using it on different pretty large projects with different stack types ( huge web stacks, java stacks, ruby stacks ). So i would really call this one "stable enough"

EugenMayer commented 7 years ago

Documented here https://github.com/EugenMayer/docker-sync/wiki/Migration-Guide - still need the code changes

EugenMayer commented 7 years ago

done