repository-design

Mercurial with multiple projects

断了今生、忘了曾经 提交于 2019-11-28 17:28:57
I have a couple of projects with different release cycles sitting in my SVN repository. Releases are created by using the classic tags structure in SVN. When there are bugs to fix in releases a branch is created from a tag, the bug is fixed and then merged from there into trunk. Now, for multiple reasons, I want to switch from SVN to mercurial with a central push site. Question: Which is the best way in mercurial to organize multiple projects that share little code between them? Should I create multiple push sites, one for each project? Please include in the answer a description on how to

Best Practice for Git Repositories with multiple projects in traditional n-tier design

倖福魔咒の 提交于 2019-11-27 11:14:42
I'm making the switch from a centralized SCM system to GIT. OK, I'll admit which one, it is Visual SourceSafe. So in addition to getting over the learning curve of Git commands and workflow, the biggest issue I'm currently facing is how to migrate our current repository over to Git in regards to single or some flavor of multiple repositories. I've seen this question asked in a variety of ways, but normally just the basic..."I have applications that want to share some lower level libraries" and the canned response is always "use separate repositories" and/or "use Git submodules" without much

Mercurial with multiple projects

浪子不回头ぞ 提交于 2019-11-27 10:45:19
问题 I have a couple of projects with different release cycles sitting in my SVN repository. Releases are created by using the classic tags structure in SVN. When there are bugs to fix in releases a branch is created from a tag, the bug is fixed and then merged from there into trunk. Now, for multiple reasons, I want to switch from SVN to mercurial with a central push site. Question: Which is the best way in mercurial to organize multiple projects that share little code between them? Should I

Best Practice for Git Repositories with multiple projects in traditional n-tier design

六眼飞鱼酱① 提交于 2019-11-26 12:09:07
问题 I\'m making the switch from a centralized SCM system to GIT. OK, I\'ll admit which one, it is Visual SourceSafe. So in addition to getting over the learning curve of Git commands and workflow, the biggest issue I\'m currently facing is how to migrate our current repository over to Git in regards to single or some flavor of multiple repositories. I\'ve seen this question asked in a variety of ways, but normally just the basic...\"I have applications that want to share some lower level