Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
使用 Clearcase,我可以创建多个视图并同时处理 3-4 个缺陷。是否可以在没有多个 svn checkouts 实例和多个 Eclipse IDE 实例的情况下以类似的方式工作?这里的最佳做法是什么?
您将需要多个 svn 工作区,就像您需要多个 ClearCase 快照视图一样。 (由于动态视图的特殊性质,只有多个动态视图允许您避免磁盘上的多个副本)
而且您将需要多个 Eclipse 工作区,因为无论您使用什么源代码控制工具,您都不能在一个 Eclipse 工作区中两次导入同一个项目。