开发者

What is bzr for cvs export?

With cvs one can export the files that have a specific tag and get no开发者_Python百科 cvs meta data included such as with this command:

cvs -z3 -d:ext:cwhii@emle.cvs.sourceforge.net:/cvsroot/emle export -R -r BL0123 -d emle030205_BL0123 emle

What is the corresponding bzr command where the launchpad.net branch is lp:emle and the tag is BL0123?


bzr export -r tag:BL0123 DEST lp:emle

See the help for bzr export command.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜