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
1 vote
2 answers
404 views

In our project, we have 5 teams working on a monolithic application in 3-week sprints. Until now, all commits go into master (via Gerrit). Our test pipeline is too lengthy to ensure quality pre-commit,...
Simon's user avatar
  • 327
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
1 vote
1 answer
524 views

We have weekly planned release cycle. Following standard semantic versioning system. Like first week V3.0.0, next V3.0.1 patch release, next week V3.1.0 minor release. Apart from the above planned ...
akvermaktr'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
0 votes
2 answers
134 views

The Eclipse Scala IDE (and Intellij Idea, too) has, together with a standard REPL CLI, an artifact named Worksheet, that works like a persistent REPL log: the whole file is compiled and executed at ...
Michele Mauro's user avatar
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
4 votes
2 answers
7k views

At work I'm using Java, but I'm planning to study some other programming languages as Python or Clojure. I'm thinking of coding one project in Java in my Git repository and, during my study, coding ...
alepuzio's user avatar
  • 341
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
12 votes
6 answers
5k views

We are doing projects, but we reuse a lot of code between the projects and have lots of libraries that contain our common code. As we implement new projects we find more ways to factor out common code ...
sbi's user avatar
  • 10.1k
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
5 votes
1 answer
334 views

Assume that a node A in the commit tree of a codebase contains a bug but some ancestor B of A is clean from that very bug. Given the topology of the commit tree [B,A] leading from B to A, can we ...
Michaël Le Barbier'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
7 votes
3 answers
5k views

We are currently porting our huge svn repo to git and we are thinking to export subdirectories of repository, each one containing source code of independent binaries, documentation or robot tests, ...
Patryk's user avatar
  • 1,279
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