branching-strategy
What versioning strategy to adopt for a project that is customized for different clients?
I am curious about whatsource versioning strategy would others apply on a java project (web application) which is very probable to have customization for several customers.[详细]
2023-04-06 07:37 分类:问答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 分类:问答How does the git's "local-repository" concept differ from "developer branches"?
In a previous job, I found easier to manage and keep a stable pre-release branch (or main, depending on setup) by having each developer work on his/her own branch. We only had a single production inst[详细]
2023-03-01 05:55 分类:问答How to use branches with multiple projects and Teamcity
I\'m looking for a best practice for the following situation: I have one bll/dal project, and tree UI projects that uses the bll/dal project.[详细]
2023-02-24 02:07 分类:问答Multi-Developer-Setup with SVN-VC and remote test-servers for each developer. Best practices?
I would like to have some input on how a professional development setup with the following requirements might look like.[详细]
2023-02-22 20:37 分类:问答What is a good branching strategy when developing several future releases at once?
The past I develop a software project using subversion as an scm. Until now, development always happened in trunk, so problems arose when a bugfix release was necessary. Now, we want to rethink our b[详细]
2023-02-14 19:48 分类:问答Coder collaboration best practices using Git [closed]
Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this[详细]
2022-12-18 17:59 分类:问答