无法将项目分支检出到主 CVS Eclipse 项目中
在我当前的开发环境中,我在 Eclipse 中有一个映射到 CVS 存储库的“主”项目。 在这个主项目中,我们可能有分支项目,但它们不是 Eclipse 中的“项目”,因为它们仍然驻留在我正在开发的主 Eclipse 项目中。
大约一个月前,我们更换了 CVS 服务器。 现在,我无法将新分支检出到现有 Eclipse 项目中。 在 Eclipse 对话框中,我过去期望“目标文件夹的父级”列表包含我的主项目(我将导航到分支文件夹在该主项目中所在的位置)。 但是,我仍然可以从主项目更新/提交到 CVS,因此我认为当我们切换 CVS 服务器时,连接已重新配置得很好。
知道是什么原因造成的吗?
抱歉,我不了解 CVS 的具体细节,并且可能会理解一些术语不正确。
In my current development environment, I have a "main" project in Eclipse that maps to a CVS repository. Within this main project, we might have branched projects, but they're not "projects" in terms of Eclipse, as they still reside within the main Eclipse project I'm developing.
About a month ago, we switched CVS servers. Now, I can't check out new branches into my existing Eclipse project. In the Eclipse dialog, I used to expect the "Parent of target folder" list to contain my main project (which I would navigate through to where the branched folder is located within that main project). However, I can still update/commit to CVS from the main project, so I think the connection was reconfigured fine when we switched CVS servers.
Any idea what might be causing this?
Sorry for not knowing the gritty details of CVS and probably getting some of the terminology incorrect.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在一些Eclipse帮助文档中发现以下引用:
CVS 根文件的配置如下:
在执行更新等 CVS 任务时仍然有效。 但是,Eclipse 的 CVS 插件无法将其与我的存储库连接相匹配,因为 Eclipse 中的连接字符串实际上是预期的:
只需在我的所有 CVS 配置文件中运行批量查找和替换,以便“签入现有项目”会工作。
Found the following quote in some Eclipse help documentation:
The CVS Root files were configured like:
Which still worked when performing CVS tasks like updating. However, Eclipse's CVS plugin wasn't able to match it up to my repository connection because the connection string in Eclipse was actually expecting:
Just ran a mass find and replace in all of my CVS config files so that the "check into existing project" would work.