简体   繁体   English

在 Git 存储库(不是 github)上使用 SVN 客户端

[英]Using SVN client on Git repo (not github)

Is it possible to use an SVN client (eg Tortoise) on a Git repo?是否可以在 Git 存储库上使用 SVN 客户端(例如 Tortoise)? Please note that I'm not referring to the usual case (Git client on SVN) but the reverse (ie git-svn does not work).请注意,我指的不是通常的情况(SVN 上的 Git 客户端)而是相反的情况(即 git-svn不起作用)。

We are migrating from SVN to Git but some of the team members do not want to do 3 steps to push something (stage,commit,push) but want the single step concept as well as they don't want to see all the branches in the logs etc. Is this possible?我们正在从 SVN 迁移到 Git 但一些团队成员不想做 3 个步骤来推动某些东西(阶段、提交、推动),但想要单步概念以及他们不想看到所有分支日志等。这可能吗?

No. SVN can't tell with Git.编号 SVN 无法用 Git 分辨。 But you can have bidirectional sync with SubGit in-between Git-repo and SVN-repo但是您可以在 Git-repo 和 SVN-repo 之间与 SubGit 进行双向同步

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM