I'm told that an Eclipse workspace is equivalent to a visual studio solution. But I have also been told that people usually use a workspace for all their work. Are these clearly disputed statements correct? If so, how do we create and maintain a number of VS solutions in Eclipse?
Second, VS In case of, I can also check in my solution (SSLN) files, even in source control. Along with this, do I have Eclipse Workspace? Should check in the Metadata folder?
I do not think, Eclipse workspace VS The solution is equal. An eclipse stores many meta-information about workspace projects, their physical location (possibly outside or outside the workspace folder), and even the jobbench setting. It is not good to upload this information in source control, because it is possible that other developer projects, etc. uses other physical locations.
Similar concept in solution for eclipse (not equal, not equivalent): Project set is only a GUI option that can divide your projects into sets. These sets can not be executed simultaneously, and only appear in Project Navigator.
Another way is to create multiple workspace folders, and you can use them as a solution option. For the sake of this approach, if you customize the IDE (such as by using priorities or defining source control locations), then these customizations should be made in every sector. This problem can be handled by using the tool (I have not tried to do this, but it can migrate these settings).
Comments
Post a Comment