我可以在 SVN 和 SVN 上共享同一个 eclipse 项目吗?同时使用 GIT 存储库?
我可以在 SVN 和 SVN 上共享同一个 eclipse 项目吗?同时创建一个 GIT 存储库。
如果是的话怎么办?
我正在使用 Eclipse Indigo,并且必须在 2 个位置共享相同的 android(Java) 项目。
不幸的是,配置管理无法更改。
感谢您的帮助..
Can I share the same eclipse project on a SVN & a GIT repository simultaneously.
If yes then how ?
I am using Eclipse Indigo and have to share the same android(Java) project at 2 locations.
Unfortunately the configuration management can not be changed.
Thank you for your help..
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
对于从 SVN 迁移到 Git 或只是想要两个存储库的功能的开发人员来说,这实际上是一个常见问题。如果您通过 Google 搜索同时使用 git 和 svn。
您会看到各种提示和技巧。不过,需要注意的主要事情是将 SVN 元数据文件(.svn 文件夹中的所有内容)保留在 Git 之外,反之亦然。
This is actually a common issue for developers who are either moving from SVN to Git or simply want the functionality of both repositories. There are a number of blogs and articles available if you Google for using git and svn together.
You'll see all sorts of hints and tricks. The main thing to watch out for though is keeping SVN metadata files (everything in .svn folders) out of Git and vice versa.