Eclipse sync workspaces/perspectives/preferences across computers(Eclipse 跨计算机同步工作区/视角/首选项)
问题描述
我有一个项目需要在两台不同的计算机上处理,在工作中和在家中.我需要能够处理两台计算机上的代码,所以问题是双重的;
I have a project I need to be working on from two different computers, at work and at home. I need to be able to work on the code from both computers, so the issue is two fold;
- 分享代码
- 共享工作空间.
1 使用 svn 很简单;但我觉得将损坏的代码提交到 svn 只是为了让我可以从家里再次访问它.我可以忍受这个,但有更好的选择吗?
1 is simple enough with svn; but I feel icky committing broken code to svn just so I can access that again from home. I can live with this but is there a better option?
详细说明 2. 我在其中一台计算机上进行了高度定制的 eclipse 设置,我花了数小时添加插件并调整我可以访问的每个微小配置选项,以使其达到恰到好处的程度.在另一台计算机上重做每一个更改会很痛苦,有什么方法可以自动同步吗?我知道我可以从 Eclipse 中导出首选项并导入它们,但我不想每次更改某些内容时都必须手动执行此操作.[另外,我不认为导出偏好也会导出观点?]
To elaborate more on 2. I have a highly customized eclipse setup on one of the computers where I spent hours adding plugins and tweaking every tiny config options I could access to get it to the point where it is just right. It'll be a pain redoing every single change on the other computer, is there some way to automatically sync that? I know I can export preferences from Eclipse and import them, but I don't want to have to manually do that each time I change something. [Also, I don't think exporting preferences also exports perspectives?]
两台计算机都运行 Windows.
Both computers run windows.
推荐答案
为了跟进这个问题,我一直在使用 Pulse 并取得了一些成功 poweredbypulse.com.它不是理想的解决方案,但到目前为止对我来说效果很好.
To followup on this, i've been using Pulse with some success poweredbypulse.com. Its not the ideal solution but it's been working pretty well for me so far.
这篇关于Eclipse 跨计算机同步工作区/视角/首选项的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:Eclipse 跨计算机同步工作区/视角/首选项
基础教程推荐
- 由于对所需库 rt.jar 的限制,对类的访问限制? 2022-01-01
- 首次使用 Hadoop,MapReduce Job 不运行 Reduce Phase 2022-01-01
- Java 中保存最后 N 个元素的大小受限队列 2022-01-01
- Spring Boot Freemarker从2.2.0升级失败 2022-01-01
- 如何使用 Eclipse 检查调试符号状态? 2022-01-01
- 如何使用 Stream 在集合中拆分奇数和偶数以及两者的总和 2022-01-01
- 如何在不安装整个 WTP 包的情况下将 Tomcat 8 添加到 Eclipse Kepler 2022-01-01
- 如何强制对超级方法进行多态调用? 2022-01-01
- 如何对 HashSet 进行排序? 2022-01-01
- 在螺旋中写一个字符串 2022-01-01