Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我们在 SVN 中结帐时,是否有设置顺序,例如先获取中继,获取标签后获取分支后请提前告知您此信息,谢谢
术语trunk, branch,tags在 Subversion 中实际上是没有意义的(尽管一些工具可能会根据常见的目录名称做出假设,例如 'trunk')。它们都是你的回购中的简单目录。您可以按您希望的任何顺序抓取所有、一个都不或其中的一些。
trunk
branch
tags
无论您要达到什么目标,都将决定您放弃其中的哪一个。