在 Linux 和 Windows 计算机之间同步 Eclipse 项目
我的情况是这样的: 我有一台 Windows 计算机和一台 Linux 计算机,以及一个我想在它们之间同步的 Eclipse 项目。最好的方法是什么? 提前致谢
My situation is like this:
I got a windows computer and a Linux computer , and an Eclipse project I'd like to sync between them. What is the best way to do this ?
Thanks in advance
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
使用版本控制系统,例如 git 或 颠覆。
Use a version control system, such as git or Subversion.
我们是这样做的:
我们有一个运行 Samba 的 Linux 文件服务器(这允许 Windows 机器连接到它),安装 CVS 服务器,将 Eclipse 安装指向 CVS 目录。
无法提供更多信息,但我认为基于 Linux(我们使用 Ubuntu)和 samba 的 CVS/文件服务器是最佳选择。
This is how we do it:
We have a linux file server running Samba (this allows Windows boxes to connect to it), install a CVS server, point your Eclipse installations at your CVS directory.
Can't offer much more info than that, but I think an CVS / file server based on Linux (we use Ubuntu) and samba is the best option.