Synchronizing Eclipse project on Thumbdrive with PC -


i have thumb drive (memory stick, flash drive, etc.) on use projects when away home pc. accessing eclipse project directly thumb drive when connected pc.

i copy files pc, develop on pc, "synchronize" thumb drive (update files on thumb drive). need reverse process too: synchronize thumb drive files files on pc.

i have looked @ filesync plugin, says one-way.

how can synchronize eclipse project both directions (pc thumb drive , thumb drive pc) on demand (i don't need done automagically)?

  1. use dvcs (git, hg), make sure sync repositories when you're changing work location. let work on same file in multiple places , merge result.
  2. use unison

Comments

Popular posts from this blog

javascript - Enclosure Memory Copies -

php - Replacing tags in braces, even nested tags, with regex -