Questions tagged [source-control]
For questions regarding source control tools like SCCS, RCS, CVS, etc.
5 questions
44
votes
4
answers
6k
views
Was the term "master" in source code management systems first used with the sense of master/replica or master/slave?
In recent years there has been a push by some to move away from using the term "master" in source code management systems, often by renaming the "master" branch to a "main&...
3
votes
2
answers
351
views
Did SVN copy from CVS the feature of allowing each sub-folder to be at a different revision?
SVN allows each sub-folder in a working directory to be at a different revision. SVN used to put a folder (".svn") for metadata into each sub-folder, just like CVS did.
I wonder if SVN also ...
10
votes
3
answers
833
views
What source-code management tools were available for Classic Mac OS development?
I've been reacquainting myself with classic Mac OS programming (e.g. the Toolbox, MacsBug, THINK Pascal/C, etc.) and became curious how software engineering best practices were ...practiced... using ...
13
votes
9
answers
4k
views
Source code control on an MS-DOS system
This isn't quite so much a question about how it was done "back in the day", but what my options are today for source code/version control on an MS-DOS machine. I enjoy tinkering with Turbo Pascal, ...
15
votes
1
answer
2k
views
Was there a 'git' in the 1990s?
I seem to remember using a source code control system back in the early- to mid-1990s called git. Am I nuts?
I used to work at IBM way back then. We didn't use it for a big project, but I distinctly ...