English 中文(简体)
我如何使我的分支机构跟上雇佣军之下违约的分支?
原标题:How do I keep my branches up to date with the default branch under Mercurial?

我要说的是,我与南方共同市场开展了以下工作:

stable (clone on server)
    default (branch)
    development (clone on server)
        default (branch)
        bugs (branch)
            developer1 (clone on local machine)
            developer2 (clone on local machine)
            developer3 (clone on local machine)
        feature1 (branch)
            developer3 (clone on local machine)
        feature2 (branch)
            developer1 (clone on local machine)
            developer2 (clone on local machine)

我的主要发展线总是处于随时释放状态。 因此,发展幌子的违约部门总是可以释放。

如今,I m 开发商1 从事特质工作。 还要说的是,这一特点需要几个月的时间。

很显然,我不想把我的特有2的分支与缺省分局保持更新。 这是否有意义? 我怎么会这样做?

最佳回答

似乎很明显的是,到我——我看不到其他微妙之处;最近发生违约变化。

问题回答

你们应该能够从缺省撤回到特点2,除非存在一些额外的复杂情况。





相关问题
bzr init-repo and multiple projects

I m having difficulties understanding bzr init-repo. I have 3 projects that I want to have in their own isolated repository, in subversion I would use svnadmin create three times to create them. Like ...

How suitable is a DVCS for the corporate environment?

I ve been using SVN for some time now, and am pretty happy with how it works (but I can t say I m an expert, and I haven t really done much with branches and merging). However an opportunity has ...

Renaming directories with the Fossil DVCS

Is it possible to rename directories with Fossil? I ve tried the obvious command: fossil mv oldname newname Fossil then informs me that it has done something: RENAME oldname newname However, ...

Distributed source control for VisualWorks Smalltalk

One of the annoying things about Smalltalk is that it (usually) requires its own VCS, due to the way that it manages its source code. Squeak and Gemstone (at least in its GLASS version) have a DVCS ...

Can I clone part of a Mercurial repository?

Is it possible to clone part of a Mercurial repository? Let s say the repository is quite large, or contains multiple projects, or multiple branches. Can I clone only part of the repository? E.g. in ...

How does git track source code moved between files?

Apparently, when you move a function from one source code file to another, the git revision log (for the new file) can show you where that code fragment was originally coming from (see for example the ...

热门标签