Eclipse: Synchronizing project on Thumbdrive with PC

Posted by Thomas Matthews on Stack Overflow See other posts from Stack Overflow or by Thomas Matthews
Published on 2010-04-29T02:50:05Z Indexed on 2010/04/29 2:57 UTC
Read the original article Hit count: 574

I have a thumb drive (memory stick, flash drive, etc.) on which I use for my projects when I am away from my home PC. Currently I am accessing my Eclipse project directly from my thumb drive when connected to my PC.

I would like to copy my files to the PC, develop on the PC, then "synchronize" with the thumb drive (update files on the thumb drive). I also need the reverse process too: synchronize thumb drive files with files on PC.

I have looked at the FileSync plugin, but it specifically says it is one-way.

How can I synchronize my Eclipse project both directions (PC to thumb drive and thumb drive to PC) on demand (I don't need this done automagically)?

© Stack Overflow or respective owner

Related posts about eclipse

Related posts about eclipse-plugin