我可以在 SVN 和 SVN 上共享同一个 eclipse 项目吗?同时使用 GIT 存储库?

发布于 2024-12-22 04:12:53 字数 178 浏览 4 评论 0原文

我可以在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

仅一夜美梦 2024-12-29 04:12:54

对于从 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文