branching-and-merging
TFS How does merging work?
I have a release branch (RB, starting at C5) and a changeset on trunk (C10) that I now want to merge onto RB.[详细]
2023-02-10 16:20 分类:问答When SVN fails to merge and Mercurial succeeds
Before it comes up, I\'ve already looked at several threads on this topic, including these: Merging: Hg/Git vs. SVN[详细]
2023-02-10 07:30 分类:问答Is there a way in VS 2010 with TFS 2008 to check in your changes as a new branch?
My question is rather simple I have made many changes in our project which I don\'t want to merge with the main branch right away. I did not take a branch at the start of these changes while I was mak[详细]
2023-02-09 22:27 分类:问答Subversion switch problems - Windows OK, Ubuntu Not!
I\'ve got a repository i\'ve been working with a little, it has around 805 revisions of a web site. From the beginning of the project it was envisioned that once we have made it a short way through d[详细]
2023-02-08 18:22 分类:问答git command for making one branch like another
I\'m trying to take a branch with changes and bring it back to be identical to the upstream it diverged from. The changes are both local and have been pushed to github, so neither git reset or git reb[详细]
2023-02-08 15:29 分类:问答Using TortoiseSVN to Merge Feature Branch Prior to SVN 1.5
I\'m using Subversion 1.3 or 1.4. I can\'t upgrade my server to 1.5 yet. I\'ve created a branch, made changes, and now need to merge it back into the trunk since I\'ve fini开发者_JAVA百科shed working[详细]
2023-02-08 08:27 分类:问答Mercurial: Create a branch without having to make a change first
I heard that the only way to create a branch in a Mercurial repository is to make changes in the working copy, then commit them to a new branch.[详细]
2023-02-06 08:56 分类:问答Recommended workflow for multiple modules (themes)
I have an app (cms) which structure is like this: BASE: 开发者_C百科/application/ /public/ themes/ default/[详细]
2023-02-05 10:38 分类:问答Are Controlled/Promotion Branches Valuable?
I\'m in SCM and work with a variety of tools (Subversion, Clearcase, TFS, Perforce) and technologies (.NET, Java mostly). Before I started work, the normal order of business was to create a controlled[详细]
2023-02-04 17:03 分类:问答Merging branches in tortoiseHg does not seem to work
In a project, I have a default branch and another named branch. After a merging both branches and committing it, the graph in TortoiseHg shows that both branches have been merged. However, pu开发者_运[详细]
2023-02-01 19:13 分类:问答