Skip to main content

Questions tagged [scm]

the tag **SCM** is used for topics concerning source control management, if the concrete SCM tool isn't important.

-1 votes
1 answer
83 views

I'm using a public git repository and adjusting it to my specific needs, meaning that the changes are not worthy of being merged upstream. Repo is in github (upstream), and we maintain our own git ...
Chirlo's user avatar
  • 123
29 votes
7 answers
10k views

I recently came across an MSDN article about branching and merging and SCM: Branching and Merging Primer - Chris Birmele. In the article they say 'big bang merge' is a merging antipattern: Big Bang ...
user6567423's user avatar
3 votes
1 answer
217 views

Imagine you have the following scenario. Your organization deploys some app core to its mission. For example if you're Stack Exchange, this might be the customer facing web server. Let's also say you ...
user79126's user avatar
  • 147
112 votes
14 answers
19k views

I am working in a governmental institution. The technology being used here and the methods for developing software are quite old fashioned. They have tons of storage space but no appropriate space ...
Vlad's user avatar
  • 1,011
0 votes
1 answer
77 views

I am working on a project that is using Thrift and as a result has auto generated code. Firstly, what are the pros and cons of placing this generated code in SCM vs not and insisting developers ...
jim's user avatar
  • 483
5 votes
1 answer
2k views

I've been working on the past years on a research compiler suite, which builds several executables and libraries. It has a build system (namely bootstrapper) that looks into the ./src/bin directory ...
paulotorrens's user avatar
3 votes
2 answers
4k views

I work on a project using maven and svn. Today after a svn update, the maven build was failing on the svn trunk. When I looked in the svn logs, I saw something strange: a commit affecting two ...
Pierre's user avatar
  • 133
1 vote
1 answer
151 views

We have a pretty good code review process, but there are couple of issues. The most annoying problem is merging. From time to time the number of stuff to merge grows rapidly and some of the commits ...
Lukasz Madon's user avatar
  • 1,496

15 30 50 per page