|
|
|
|
|
by kragen
804 days ago
|
|
i have encountered messes of shell scripts that were difficult to maintain; in my first sysadmin job in 01996 i inherited a version control system written as a bunch of csh scripts, built on top of rcs but they were messy not because they lacked 'abstractions' but because they had far too many i think shell scripts are significantly more bug-prone per line than programs in most other programming languages, but if the choice is hundreds of thousands of lines in an external dependency, or a ten-line or hundred-line shell script, it's easy for the shell script to be safer |
|
CVS had been out since Brian Berliner's version of 1989.
I actually moved a PVCS archive into RCS->CVS this way, and I'm still using it.