使用 SVN 连接到 git 存储库

发布于 2024-12-12 09:26:24 字数 126 浏览 1 评论 0原文

我使用 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 技术交流群。

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

发布评论

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

评论(2

眼眸印温柔 2024-12-19 09:26:24

如果 git 存储库位于 github 上,您可以直接执行此操作 - Github 支持使用与 git 使用相同的 URL 进行 SVN 访问!

例如:

svn checkout https://github.com/offby1/rudybot.git/trunk rudybot

将 rudybot 的主干(git 中的 master)检查到名为 rudybot 的本地 SVN 目录中。

[分支等以正常的 SVN 方式处理,并且位于顶层的 .../branches 之下;如果您只查看 ....git URL,您将获得一个包含 trunkbranches 的目录>...]

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.:

svn checkout https://github.com/offby1/rudybot.git/trunk rudybot

Checks the trunk (master in git) of rudybot out into a local SVN directory called rudybot.

[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 both trunk and branches...]

萌酱 2024-12-19 09:26:24

您可以将现有的 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.

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