修订控制系统(Revision Control System,缩写RCS)是一款早期的版本控制系统(VCS)。它可以被认为是一组允许多个用户开发和维护程序代码或文档的UNIX命令。使用RCS后,用户可以修订文档制成自己的版本,提交更改,然后汇总起来。RCS最初是为程序所开发,但它对于经常修改的文本或配置文件也很有用。
RCS最早于1982年由普渡大学的Walter F. Tichy(英语:Walter F. Tichy)发布。它是当时流行的源代码控制系统(英语:Source Code Control System)(SCCS)的一个替代工具;SCCS基本上是史上首个版本控制工具,由早期Unix开发人员在1972年开发。RCS目前由GNU Project维护。
在最初(随4.3BSD分发的第三版),其许可证为未经Walter Tichy书面许可,禁止再次分发:
Copyright (C) 1982 by Walter F. Tichy All rights reserved. No part of this software may be sold or distributed in any form or by any means without the prior written permission of the author.
某些RCS版本有一个READ_ME文件阐明了进一步限制,例如版本4.3BSD-Reno。
约1989年,RCS许可证修改为类似于现代的BSD许可证,正如源代码中所述。
Redistribution and use in source and binary forms are permitted provided that the above copyright notice and this paragraph are duplicated in all such forms and that any documentation, advertising materials, and other materials related to such distribution and use acknowledge that the software was developed by Walter Tichy.
1990年7月26日发布的RCS 4.3由自由软件基金会分发于GPL条款。