如何使用git-svn-id下载项目?

发布于 2024-12-19 13:51:57 字数 275 浏览 3 评论 0原文

这个问题可能看起来太简单,或者可能与这里无关。但我立即需要一些帮助。

我得到了此链接所需的库的 git-sv-id http://code.google.com/p/vncj/updates/list

我不知道如何下载此类文件。当我在空文件夹中尝试 svn checkout 选项时,它不起作用,

我需要该项目的文件。有一些基本信息的人请帮忙。

The question might seem too simple or might be irrelevant here. But i need some help immediately.

I got the git-sv-id of the library required in this link
http://code.google.com/p/vncj/updates/list

I do not know how to download such files. When i tried the svn checkout option in an empty folder it did not work

I need the files of that project. Anyone with some basic info kindly help.

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

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

发布评论

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

评论(2

梦初启 2024-12-26 13:51:57

这实际上是一个 git 克隆,因此您应该按照 http://code 上给出的说明进行操作.google.com/p/vncj/source/checkout。您在提交消息中看到的 git-svn-id 引用表明 git 存储库本身是从 svn 存储库初始化的,并且对应于该 svn 存储库中的每个提交。

在此处输入图像描述

That is actually a git clone so you should follow the instructions as given on http://code.google.com/p/vncj/source/checkout. The git-svn-id references that you see in the commit messages suggest that the git repo itself is initialized from a svn repo, and correspond to each of the commits in that svn repo.

enter image description here

甜妞爱困 2024-12-26 13:51:57

svn 存储库位于以下 URL:https://vncj.googlecode.com/svn –以下命令应该为您提供该存储库的最新主干修订版:

svn checkout https://vncj.googlecode.com/svn/trunk vncj-trunk

The svn repository is located at the following URL: https://vncj.googlecode.com/svn – the following command should get you the latest trunk revision of that repository:

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