开发者

how do I bzr branch to an existing directory?

开发者 https://www.devze.com 2023-01-20 10:55 出处:网络
I would like for my collaborators to be able to branch a project to an existing directory, since many already have the \'dir\'开发者_如何学JAVA directory which mirrors my own and I would prefer to min

I would like for my collaborators to be able to branch a project to an existing directory, since many already have the 'dir'开发者_如何学JAVA directory which mirrors my own and I would prefer to minimize path lengths...

However, bzr won't let me do this:

mkdir dir
bzr branch ~/project/trunk dir

Is there a way around this?


mkdir dir
bzr branch ~/project/trunk dir --use-existing-dir
0

精彩评论

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

关注公众号