appnexus / sicksync

Don’t accept the available as the preferable. Go the extra mile with extra speed.
Apache License 2.0
68 stars 11 forks source link

Feature Request: Support for bi-directional syncing #8

Open duro opened 9 years ago

duro commented 9 years ago

Right now sicksync is one-way. It pushes files from the local to the remote. In some development cases the need for bi-directional syncing is needed.

Justification:

Doing NPM installs on a local (OS X) that is a different architecture than the remote (Linux) is a bad idea, since modules that have native extensions require being compiled on the arch where they will be ran. I am often SSH'd into the remote during development and will perform my npm install MODULE --save there. This updates the package.json. That update should be mirrored back to the local to be committed into source control.

laggingreflex commented 7 years ago

+1. Was this implemented in v1.2.0?

joelgriffith commented 7 years ago

This never was implemented... and might require some heavy re-writing, so going to re-label this.