SVN GIT 存储库服务器

发布于 12-06 06:53 字数 214 浏览 0 评论 0原文

我们的整个代码存储在远程服务器上的 SVN 存储库中。然而,我的团队赞成通过使用 git-svn 克隆 svn 存储库来使用 GIT 本地服务器。我面临的问题是如何确保我的本地团队成员能够克隆 git-svn 本地存储库,并且每个“推送”到本地 git-svn 存储库都会发布到 SVN 存储库。我想我可以运行一个 cron 作业,每 20 或 30 分钟将 git-svn 存储库与 SVN 存储库重新建立基础。

Our entire code is stored in a SVN respository on a remote server. However, my team here is in favor of using GIT local server by cloning svn repository using git-svn. The problem I face is how do I make sure that my local team members are able to clone the git-svn local repository and each "push" to local git-svn repository is published to SVN repository. I think I can run a cron job to rebase the git-svn repository with SVN repository every 20 or 30 min.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

只涨不跌2024-12-13 06:53:59

您还可以添加 post-receive 挂钩以将推送的更改提交到 svn。

You can also add post-receive hook to commit pushed changes to svn.

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