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.
我使用 TortoiseHg 作为我的源代码控制来开发一个用 .NET/C# 编写的 CMS 项目。我不知道如何从我的源存储库中获得完整的版本。是否可以?指定日期的版本。
谢谢你。
该命令hg update会将您的工作目录更新为您选择的任何先前版本。
hg update
该命令hg archive将为您提供一个 zipfile 或 tarball 代表历史上的任何点。
hg archive
对于这两个命令,您可以使用参数指定您的确切版本-r。
-r