如何使用git-svn-id下载项目?
这个问题可能看起来太简单,或者可能与这里无关。但我立即需要一些帮助。
我得到了此链接所需的库的 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这实际上是一个 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.
svn 存储库位于以下 URL:https://vncj.googlecode.com/svn –以下命令应该为您提供该存储库的最新主干修订版:
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: