I meant anything like Dropbox to store my code from one machine and access it from another.
I can use Dropbox but it will be great to have a plugin in Eclipse to upload the entire project with just a click in Eclipse.
There is nothing that I know of. Also, you don't really want the whole project in DropBox, only the source files - you can always rebuild the compiled stuff. But the biggest issue you will have is with merging changes among the machines hooked up to DropBox. That's one of the things that source control systems, such as Subversion, do so well.
Since Dropbox avoids making Remote Login , I was looking for something like that. Also RL doesn't work during slow speed/weak connection.
Thanks for your insight.
louvertqing Liu
Greenhorn
Joined: Jan 24, 2012
Posts: 1
posted
0
Hi Peter,
I recommend you find a hosted version control online, for instance: SourceAnywhere Hosted. You can upload your solutions to the version control system and access them from other machines. Eclipse Plug-in is also provided to integrate Eclipse with SourceAnywhere.