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.
我需要从从集市存储库中签出的项目生成 tarball。由于我不是普通的集市用户,谁能告诉我是否有这样的命令及其语法?
简单的回答:
bzr export /path/to/myproj.tar.gz
Bazaar 将通过后缀自动识别格式,但您也可以使用--format选项显式指定格式。存档中的文件将位于目录中myproj(即,从文件名派生)。您可以使用该--root选项覆盖它。查看bzr export --help更多选项。
--format
myproj
--root
bzr export --help