gpt4 book ai didi

svn - SVN 是否与 Mercurial 中的 "hg clone"或 Git 中的 "git clone"等效?

转载 作者:行者123 更新时间:2023-12-04 13:53:20 24 4
gpt4 key购买 nike

我有一个 Subversion 存储库的 URL,在 Ubuntu 的命令行上,我只想下载存储库的副本,就像在 Mercurial 中一样,键入:

hg clone http://svn.somerepository.com/somerepository/trunk/docs/
  • 你如何在 SVN 中“克隆”一个存储库?
  • 另外,我只想让一切低于 docs文件夹 - 我不想从后备箱开始 - 你会怎么做这样的事情:

    svn 克隆 http://svn.somerepository.com/somerepository/trunk /docs/
  • 最佳答案

    您想要执行在 SVN-land 中称为“ checkout ”的操作。

    svn co http://svn.somerepository.com/somerepository/trunk/docs/

    请注意,SVN 与 Mercurial 或 Git 等分布式系统之间的主要区别在于,SVN 的“ checkout ”命令仅下载每个文件的最新版本的副本,而使用 hg clone您实际上最终也会得到存储库整个历史记录的本地副本。这对您的工作方式有一些影响。例如,您需要与服务器建立网络连接才能检索日志、执行差异等。

    关于svn - SVN 是否与 Mercurial 中的 "hg clone"或 Git 中的 "git clone"等效?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2275538/

    24 4 0
    Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
    广告合作:1813099741@qq.com 6ren.com