git - How to have two local folders sync bidirectionally and automatically on OS X? -


i in workflow regularly have install application locally, , sync folders of application installed locally svn repository hosted in folder on computer.

i have created workflow using hardlink command-line utility. first deleted folders in local installation of application, , used hardlink command line utility link svn repo folders folders created in local installation directory.

the problem workflow is slow , requires manual input, doesn't work if need repeat process regularly (which do).

i have tried other bidirectional file synchronization programs (unison etc), seem not cover need have, synchronization happens automatically without need run given program.

based on this, thinking of writing bash script automate process me. beyond writing bash script, there simpler process have overlooked?

have looked @ free file sync : https://www.freefilesync.org/ ?

you can set folders sync, , export script file. i've never had need have done automatically, assume should work if write simple script call generated free file sync script file every x amount of time. should eliminate need of manually implementing syncing logic script.


Comments

Popular posts from this blog

c - Bitwise operation with (signed) enum value -

xslt - Unnest parent nodes by child node -

YouTubePlayerFragment cannot be cast to android.support.v4.app.Fragment -