What is bzr for cvs export?
Posted
by C.W.Holeman II
on Stack Overflow
See other posts from Stack Overflow
or by C.W.Holeman II
Published on 2010-03-22T05:35:47Z
Indexed on
2010/03/22
5:41 UTC
Read the original article
Hit count: 562
With cvs one can export the files that have a specific tag and get no cvs meta data included such as with this command:
cvs -z3 -d:ext:[email protected]:/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
?
© Stack Overflow or respective owner