使用 SVN 连接到 git 存储库
我使用 git 进行源代码管理。由于某些原因,我必须对我的 UML 图使用 VisualParadigm。
不幸的是 VisualParadigm 仅支持 SVN。是否可以通过 SVN 连接到 git 存储库或远程存储库?
I'm using git for my source code management. For some reasons I have to to use VisualParadigm for my UML diagrams.
Unfortunately VisualParadigm only supports SVN. Is it possible to connect via SVN to a git repository or to the remote repository?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果 git 存储库位于
github
上,您可以直接执行此操作 - Github 支持使用与 git 使用相同的 URL 进行 SVN 访问!例如:
将 rudybot 的主干(git 中的
master
)检查到名为rudybot
的本地 SVN 目录中。[分支等以正常的 SVN 方式处理,并且位于顶层的
.../branches
之下;如果您只查看 ....git
URL,您将获得一个包含trunk
和branches
的目录>...]If the git repository is on
github
, you can do it directly—Github supports SVN access using the same URLs as one uses for git!E.g.:
Checks the trunk (
master
in git) of rudybot out into a local SVN directory calledrudybot
.[Branches etc are handled in the normal SVN manner, and are underneath
.../branches
from the top-level; if you just checkout the ....git
URL, you'll get a directory containing bothtrunk
andbranches
...]您可以将现有的 git 存储库推送到新的 SVN 存储库:
将现有的 git 存储库推送到 SVN
您的 Visual Paradigm 可以连接到 SVN 存储库。
You can Push an existing git repository to a new SVN repository:
Pushing an existing git repository to SVN
And your Visual Paradigm can that connect to the SVN repository.