branching-and-merging
Mercurial - Multiple heads - how do I "abandon" one head and take the other as tip/default?
I forked someone elses repository on Bitbucket and made some changes (and pushed them to my forked repo). In the meantime, the original author made substantial changes (pretty much a rewrite).[详细]
2023-03-07 05:31 分类:问答Need help with mercurial branching structure
We have just switched from SVN to HG and discussing on branching structures. We have came up with the following structure, need some reviews and want to know if this structure cause problems in the fu[详细]
2023-03-07 01:48 分类:问答Is this a correct way to implement docking line style branching pattern in mercurial?
We are thinking in implementing Docking Line branching pattern for merging one feature at a time into the staging branch and then, if testing is successful integrating into an stable branch and making[详细]
2023-03-05 10:35 分类:问答Branches and shared dev servers?
So I am using Subversion as SCM for a classic ASP webapp that I maintain. We use feature branching to handle changes that have dependencies or longer term development.[详细]
2023-03-05 01:10 分类:问答Workflow strategies for mitigating merge conflicts from topic branches
I\'m right on the cusp of selling git to my higher-ups. They\'re listening to us talk about it, anyway. There\'s one thing I\'m unsure of, and I\'d like to see how people deal with this. Basically my[详细]
2023-03-04 02:53 分类:问答Can I maintain two versions of one application with Git?
I’m writing an application with 开发者_StackOverflowRuby on Rails. This application will be delivered to a minimum of two different customer types. The base is always the same but some of the views d[详细]
2023-03-01 19:10 分类:问答Merging Multiple Mercurial Branches Together
I have a bunch of developers who do their bug fixes using branches.My Need:What\'s the best way to automate (or is there a way) merging all of these branches into one main branch, \"defa开发者_如何学P[详细]
2023-03-01 06:09 分类:问答How should I manage Test Harnesses in Git - Should they be in a separate repo?
I have a large(ish) project [90 files 650kb code] that I now manage in Git. I have a few independent test harnesses used to try/test new low level bits of computation which are later merged into the m[详细]
2023-02-27 09:52 分类:问答How do I safely merge a Git branch into master?
A new branch from master is created, we call it test. There are several developers who either commit to master or create other branches and later merge into master.[详细]
2023-02-22 22:57 分类:问答Why does committing a branch to the still untouched trunk cause conflicts?
Having a rough time with my first big directory merge and was hoping for clues as to why I am getting these errors.[详细]
2023-02-22 12:36 分类:问答
加载中,请稍侯......