I’m sharing my eclipse workspace with my dropbox.
I have my dropbox folder at M:\Dropbox at home and at D:\Dropbox at work.
At home, I want to keep M: for “My files”-Drive and don’t want to change that to D: and at work, M: is already mapped…
Is there another way than making symbolic links to a location I can use on both machines? My goal is, that I don’t have to change anything on my home computer…
Another problem is, that I’m using a variable and relativ paths to this variable for importing libraries. So I just have to change the single variable, if the path changes.
Is there a way to solve this problem?
Maybe just remap M: to something else at work and then map D: to M:
Edit:
otherwise check out this link
http://www.eclipse.org/forums/index.php/t/270978/
for consistency i’ll copy the important part:
i think this will cover the main idea of the forum post.
I myself took the solution of using a version-control system since it is a cleaner way of doing things