CVS means Concurrent Versions System, one of the first centralized source control system, sometimes it's only a synonym for SCM in common
Questions tagged [cvs]
7 questions
93
votes
8 answers
Using multiple Git repositories instead of a single one containing many apps from different teams?
I am migrating a 10-years-old big CVS repository to Git. It seemed obvious to split this multiple-projects repository into several Git ones. But the decision-makers are used to CVS, therefore their point of view is influenced by CVS philosophy.
To…

oHo
- 1,166
- 1
- 8
- 9
36
votes
9 answers
Is it good idea to require to commit only working code?
Sometimes I hear people saying something like "All committed code must be working". In some articles people even write descriptions how to create svn or git hooks that compile and test code before commit.
In my company we usually create one branch…

Astronavigator
- 480
- 1
- 4
- 7
35
votes
3 answers
What does it mean by atomic commit for a versioning system?
One of the reasons why programmers prefer SVN over CVS is the former allows atomic commits ? What does this mean ?

Geek
- 5,107
- 8
- 40
- 58
4
votes
3 answers
Distributed SVN via file transfer?
I work for a large bureaucratic (and security paranoid) organisation that provides SVN for its development teams to use.
I am working with a 3rd party vendor (at their site) and we currently share code via SVN export and patch files. The only way I…

Dave Hillier
- 3,940
- 1
- 25
- 37
4
votes
3 answers
What does cheap copying/branching mean for a versioning system like SVN?
One of the advantages of SVN over CVS as given here is cheap copying and branching. What does "cheap copying and branching" mean in SVN parlance? How is it different from CVS copying and branching?

Geek
- 5,107
- 8
- 40
- 58
3
votes
1 answer
Should the HEAD version of the trunk always build?
At my workplace we use CVS tags to the extent that nobody ever retrieves the HEAD version of the trunk. Is there any reason why that version still needs to build fully?
The reason I ask is because recently there was a need to revert to older…

snips-n-snails
- 151
- 5
0
votes
2 answers
The two-storey branching scheme **before** the develop branch
I have found many posts about how to organize work on develop branch and up to release branch. Or even how to work without the develop branch.
The trend of the "develop" branch going away, GitFlow branching strategy, but without the develop branch,…

Gangnus
- 2,805
- 4
- 21
- 31