Advertisement
sunu

unison gtk merge option meld kompare

Sep 5th, 2013
281
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. UNISON merge option
  2.  
  3. sudo apt-get install unison
  4. sudo apt-get install meld
  5. sudo apt-get install kompare
  6.  
  7. ----------------------------------------------
  8.  
  9. ~/.unison/bla_bla_bla profile name.prf
  10. ~/.unison/my_profile_001.prf
  11.  
  12. merge = Name * -> meld CURRENT1 CURRENT2
  13. diff = /usr/bin/meld CURRENT1 CURRENT2
  14. confirmmerge = true
  15.  
  16.  
  17. merge = Name * -> kompare CURRENT1 CURRENT2
  18. diff = /usr/bin/meld CURRENT1 CURRENT2
  19. confirmmerge = true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement