Search code examples
linuxsvnfilesystemssynchronizationunison

How to exclude svn metadata while synchronizing with unison?


How can I exclude all the svn metadata while synchronizing with unison?


Solution

  • Add

    ignore = Path {.svn}
    

    to the .prf file in your .unison folder.