Programming Quote by Eric Sink
““RCS was the first version control tool I used. When I was at Spyglass, we had a team of 50 or so developers across three platforms using RCS on a shared code base. Since RCS never had support for networking, people on Windows and Mac had to log in to the Sun workstation that hosted RCS, FTP their code changes up there, and then check them in from the Unix shell. It was an interesting experience just trying to get all that to work.””
About This Quote
Early version control like RCS required manual file transfers and platform‑specific workflows, highlighting early challenges of collaborative software development.
In simple terms: RCS needed manual FTP and shell commands for teamwork.
Embrace modern tools that automate collaboration.
Themes
Mood
Type
When to use this quote
- software teams
- legacy system maintenance
- tech education
Key Concepts
Questions to Reflect On
- How would modern VCS change that workflow?
- What lessons can we learn from early dev practices?
Limited networking made scaling difficult.