远程 SSH 项目中的 Eclipse CVS 项目
我有 Eclipse PHP Helios,并且已成功设置到远程服务器的新 SSH 连接。其中一个目录已安装 Drupal,并且该目录被设置为远程项目。我有正确的权限,一切都很完美。现在我尝试从 CVS 导入一个新项目并将其检出到现有的远程项目中。不幸的是,我收到以下错误:
将 CVS 同步信息保存到磁盘时出错。请修复下面列出的问题,然后从 CVS 存储库更新受影响的资源。 缺少元素:'':rse://192.168.1.253/srv/apachesolr2/CVS/Entries 缺少元素:'':rse://192.168.1.253/srv/apachesolr2/CVS/Entries 缺少以下元素: ''
我该怎么做才能将 cvs 项目导入到远程位置?
I have Eclipse PHP Helios and I've setup successfully a new SSH connection to my remote server. One of the directories has Drupal installed and this directory is set up as Remote project. I have the right permissions and everything works perfectly. Now I am trying to import a new project from CVS and check it out into the existing remote project. Unfortunately I get the following error:
Errors saving CVS synchronization information to disk. Please fix the problems listed below and then update the affected resources from the CVS repository.
Missing element for : '': rse://192.168.1.253/srv/apachesolr2/CVS/Entries
Missing element for : '': rse://192.168.1.253/srv/apachesolr2/CVS/Entries
Missing element for : ''
What can I do to be able to import the cvs project into the remote location?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为 Eclipse CVS 不支持远程位置。您可以尝试使用本地磁盘上的工作副本,然后使用 RSE 同步功能将其与远程同步。
I don't think Eclipse CVS supports remote locations. You can try to work with a work copy on your local disk and then synchronize it with remote using RSE sync features.