另一个Eclipse/Android/版本控制系统问题
也就是说,Android 布局是在 src、gen、assests、res 等节点下组织项目,而 Subversive 布局则严格按照存储库下的文件夹结构来组织项目。有什么方法可以使用源代码管理插件并保留 Android 布局吗?如果没有,我可能只能删除 Eclipse 版本控制插件并手动使用 TortoiseSVN。
I saw the question in this post and I have a similar but perhaps more detailed question. I have just installed SVN and Subversive and I added an existing project to a repository. Then I checked out the project and opened it. Unfortunately, in Eclipse, the Subversive layout has taken over the Android layout in the Project Explorer view and I'm not too happy about that.
In other words, the Android layout organizes the project under src, gen, assests, res, and other nodes, whereas the Subversive layout organizes the project strictly by the folder structure under the repository. Is there any way to use a source control plug-in AND keep the Android layout? If not, I may just resort to removing the Eclipse version control plug-in and manually use TortoiseSVN.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我记得我的团队也遇到过类似的问题。
我们认为插入 Eclipse 是一个好主意(处理同一个应用程序中的所有内容),但我们在布局和冲突解决方面遇到了很多问题。
我的建议是继续在 eclipse(neat beans 或任何 IDE)中进行编辑,并在资源管理器中使用 tortoise 进行提交,当你更新时,按 F5 并继续编码^^
I remember having a similar issue with my team.
we thought that having the eclipse plug in would be a great idea (handling everything from the same app) but we got lots of problems with the layout and the conflict resolution.
my advice is to keep editing in eclipse(neat beans or whatever IDE) and use tortoise in your explorer to commit, and when you update hit F5 and continue coding ^^