Which information (files) of an eclipse-workspace should be tracked by source control
Posted
by Phuong Nguyen de ManCity fan
on Stack Overflow
See other posts from Stack Overflow
or by Phuong Nguyen de ManCity fan
Published on 2010-03-18T09:40:46Z
Indexed on
2010/04/02
3:03 UTC
Read the original article
Hit count: 388
eclipse
|version-control
I want to track the workspace of eclipse by source control so that important settings can be backed up. However, there are a lot of kind of *.index inside the .metadata folder of workspace. Some information are important, for example Mylyn repository, but some information is merely cached files and thus, doesn't make sense to me for being tracked.
In short, what files inside eclipse workspace that should be tracked so that I can restore the working workspace after problems (like meta data file deleted, etc.)
© Stack Overflow or respective owner