如何 bzr 分支到现有目录?
我希望我的合作者能够将项目分支到现有目录,因为许多人已经拥有反映我自己的目录的“dir”目录,并且我希望最小化路径长度...
但是,bzr 不会让我这样做这样做:
mkdir dir
bzr branch ~/project/trunk dir
有办法解决这个问题吗?
I would like for my collaborators to be able to branch a project to an existing directory, since many already have the 'dir' 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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)