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.
我正在使用 IntelliJ IDEA 12.1。如何查看 CVS 分支的 HEAD?
我只能查看主流的 HEAD 或标签。
IDEA 中的 CVS 集成在这方面有点奇怪。您需要为该分支创建一个新的CVS 配置(即 CVS 根)。因此,您不需要使用单个连接配置来连接然后选择一个分支,而是需要为每个分支单独配置一个连接配置。在CVS Root对话框中,定义分支。
[编辑]
请记住,在 CVS 中,分支只是一个粘性标签,因此您在“按标签”字段中输入分支名称的原因。