|
|
|
|
|
by joshuaissac
557 days ago
|
|
We still use SCCS at the investment firm I work at, to track configuration file change history. The source code itself was moved to Subversion (via RCS and CVS) long ago, and later to Git, but the configuration files continue to be tracked using SCCS. There is an open source implementation of SCCS called GNU CSSC: https://www.gnu.org/software/cssc/ |
|