Questions tagged [scm]
Use this tag for questions about SCM (= Software Change Management), for tracking and controlling changes in the software, related to topics such as revision control, compilers, baselines, etc.
10 questions
1 vote
0 answers
68 views
How to Use Git in z/OS with ChangeMan ZMF Integration
I am learning ChangeMan ZMF for version control and software change management on z/OS mainframe systems. I've become aware of the possibility to integrate ChangeMan ZMF with GIT, thus allowing users ...
5 votes
2 answers
3k views
Coupling docker registry and source control
What are the best practices (if any) for coupling a docker image registry with a SCM service (such as bitbucket)? I know a docker registry can live in artifactory, but how can I assure that the two ...
13 votes
3 answers
420 views
How are you enforcing git behavior, including locally (particularly on Windows)?
I'm taking point on moving this .NET shop from svn to git, and have identified some ancillary issues I'd like to have a solution for before we flip the switch. The one I'm asking about in particular ...
7 votes
1 answer
962 views
What is the cleanest branching strategy to use when creating reusable artifacts?
If I have 3 environments : integration, staging, and production, what is the cleanest branching strategy to use, assuming I want to reuse my deployed artifact? For example, should feature branches be ...
15 votes
5 answers
24k views
What's the difference between checkin and checkout?
When teaching SCM classes to students that are new to Software Configuration Management, it happens that a question comes up like "What's the difference between checkin and checkout?". And a ...