在 Eclipse 中将 Subclipse 与 SSH 远程项目结合使用的最佳方法
我在 Eclipse 中设置了一个远程项目(通过 SSH)。
Subclipse 插件无法利用远程项目的文件系统:
因此,您无法在远程项目中使用 Subclipse 功能。
这些是我在 Eclipse 中同步远程 SSH 文件夹的唯一选项吗?:
- rsync / Unison 使用 Subclipse 同步到本地文件夹。
- 分布式修订控制系统。
Eclipse 中对 DRCS 的支持似乎仍处于早期阶段并且有点不稳定。
感谢您的帮助,
德里克
I have a Remote Project (via SSH) set up in Eclipse.
The Subclipse plugin can't utilize the Remote Project's file system:
As a result, you can't use the Subclipse features in a Remote Project.
Are these my only options for synchronizing a remote SSH folder in Eclipse?:
- rsync / Unison to a local folder with Subclipse.
- Distributed Revision Control System.
It appears that the support for DRCS's in Eclipse is still in it's early stages and a bit shaky.
Thanks for the help,
Derek
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我最终将本地开发环境与集成环境结合使用。事实证明,将本地文件夹与远程文件夹同步非常脆弱且困难。
开发环境和集成环境需要大量的设置和协调。但最终,建立适当的开发、集成和生产环境工作流程是值得付出努力的。
I ended up using a local development environment in conjunction with an integration environment. Synchronizing a local folder with a remote folder turned out to be too fragile and difficult.
The development environment and integration environment require a fair amount of setup and co-ordination. Ultimately though, it is worth the effort to have a proper development, integration and production environment work flow set up.