jachin / GitSync

This tool allows a developer to work on files on their local machine and have their work synced on a remote system. It uses git to manage the syncing process.
MIT License
31 stars 3 forks source link

File system monitoring needs to stop on pulls #6

Closed jachin closed 12 years ago

jachin commented 12 years ago

When files get pulled down the file system monitoring triggers syncs for everyone. When it needs to to a pull it should turn off the file system monitoring and then do that. Then maybe do a check after the pull to make sure nothing has chanced in the mean time.