Difference between revisions of "Rcs"

From Free Software Directory
Jump to: navigation, search
(added system-administration category)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
{{Entry
 
{{Entry
 
|Name=GNU RCS
 
|Name=GNU RCS
|Short description=Version control and project management software.
+
|Short description=The GNU Revision Control System.
|Full description='''RCS''' is the original Revision Control System. It works on a file-by-file basis, in contrast to subsequent version control systems such as CVS, [[Subversion]], and [[Git]]. This can make it suitable for system administration files, for example, which are often inherently local to one machine.
+
|Full description=RCS is a very simple file versioning tool to manage multiple revisions of files. It can store, retrieve, log, identify, and merge revisions. It is useful for files that are revised frequently, e.g. programs, documentation, graphics, and papers. It can handle text as well as binary files, although functionality is reduced for the latter.  
 +
 
 +
RCS works with versions stored on a single filesystem or machine, edited by one person at a time. Other version control systems, such as [[Bazaar]], [[CVS]], [[Subversion]], and [[Git]], support distributed access in various ways. Which is more appropriate depends on the task at hand. Anyway, this can make it suitable for system administration files, for example, which are often inherently local to one machine.
 +
 
 +
RCS was designed and built in 1982 by Walter F. Tichy of Purdue University. It is part of the GNU Project since November 1989.
 
|Homepage URL=https://www.gnu.org/software/rcs/
 
|Homepage URL=https://www.gnu.org/software/rcs/
 +
|Version download=https://ftpmirror.gnu.org/rcs/rcs-5.10.1.tar.lz
 
|Is High Priority Project=No
 
|Is High Priority Project=No
 
|VCS checkout command=git clone git://git.savannah.gnu.org/rcs.git
 
|VCS checkout command=git clone git://git.savannah.gnu.org/rcs.git
Line 29: Line 34:
 
|Version date=2015/01/22
 
|Version date=2015/01/22
 
|Version status=stable
 
|Version status=stable
|Version download=https://ftp.gnu.org/gnu/rcs/rcs-5.9.4.tar.xz
 
 
|Last review by=Bendikker
 
|Last review by=Bendikker
 
|Last review date=2019/01/19
 
|Last review date=2019/01/19
Line 46: Line 50:
 
{{Project license
 
{{Project license
 
|License=GPLv3orlater
 
|License=GPLv3orlater
 +
|License copyright=Copyright (C) 2010, 2011 Thien-Thi Nguyen
 +
Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995 Paul Eggert
 +
Copyright (C) 1982, 1988, 1989 Walter Tichy
 
|License verified by=Genium
 
|License verified by=Genium
|License verified date=2016/03/10
+
|License verified date=2022-02-03
 +
|License note=https://git.savannah.gnu.org/cgit/rcs.git/plain/COPYING?h=p
 +
}}
 +
{{Software category
 +
|Interface=command-line
 +
|Programming-language=C
 +
|Runs-on=BSD, OS X, GNU/Linux
 +
|Software-development=version-control
 +
|Use=software-development, system-administration
 +
}}
 +
{{EntryGNU
 +
|Is GNU=Yes
 +
|GNU package identifier=rcs
 +
}}
 +
{{Software prerequisite
 +
|Prerequisite kind=Required to use
 +
|Prerequisite description=[[diffutils|GNU diffutils]] >= 2.7
 
}}
 
}}
 
{{Person
 
{{Person
Line 55: Line 78:
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Debian (Ref)
+
|Resource audience=Savannah
|Resource URL=https://tracker.debian.org/pkg/rcs
+
|Resource kind=Developer
}}
 
{{Resource
 
|Resource audience=Savannah (Ref)
 
 
|Resource URL=https://savannah.gnu.org/projects/rcs/
 
|Resource URL=https://savannah.gnu.org/projects/rcs/
 
}}
 
}}
 
{{Resource
 
{{Resource
 +
|Resource audience=Savannah
 
|Resource kind=VCS Repository Webview
 
|Resource kind=VCS Repository Webview
 
|Resource URL=https://git.savannah.gnu.org/cgit/rcs.git/
 
|Resource URL=https://git.savannah.gnu.org/cgit/rcs.git/
Line 75: Line 96:
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource kind=Mailing List
+
|Resource audience=FTP
|Resource URL=https://lists.gnu.org/mailman/listinfo/gnu-system-discuss/
+
|Resource kind=Download
 +
|Resource URL=https://ftpmirror.gnu.org/rcs/
 
}}
 
}}
 
{{Resource
 
{{Resource
 +
|Resource audience=FTP
 
|Resource kind=Download
 
|Resource kind=Download
 
|Resource URL=https://alpha.gnu.org/gnu/rcs/
 
|Resource URL=https://alpha.gnu.org/gnu/rcs/
 
}}
 
}}
 
{{Resource
 
{{Resource
 +
|Resource audience=FTP
 
|Resource kind=Download
 
|Resource kind=Download
 
|Resource URL=https://ftp.gnu.org/gnu/rcs/
 
|Resource URL=https://ftp.gnu.org/gnu/rcs/
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource kind=General
+
|Resource audience=Debian
|Resource URL=https://savannah.gnu.org/people/
+
|Resource kind=Developer
 +
|Resource URL=https://tracker.debian.org/pkg/rcs
 
}}
 
}}
{{Software category
+
{{Resource
|Interface=command-line
+
|Resource audience=Wikidata
|Programming-language=C
+
|Resource kind=Developer
|Runs-on=GNU/Linux
+
|Resource URL=https://www.wikidata.org/wiki/Q705851
|Software-development=version-control
 
|Use=software-development
 
 
}}
 
}}
{{Software prerequisite
+
{{EntryDetails
|Prerequisite kind=Required to use
+
|Is High Priority Project=No
|Prerequisite description=[[Diffutils | GNU Diffutils]] >= 2.7
+
|VCS checkout command=git clone git://git.savannah.gnu.org/rcs.git
 +
|Computer languages=C
 +
|Documentation note=https://www.gnu.org/software/rcs/manual/
 +
|Decommissioned or Obsolete=No
 +
|Related projects=bazaar, cvs, subversion, git, mercurial
 +
|Version identifier=5.10.1
 +
|Version date=2022-02-02
 +
|Version status=stable
 +
|Last review by=Genium
 +
|Last review date=2022-02-03
 +
|Submitted by=WikiSysop
 +
|Submitted date=2011-04-12
 +
|User level=intermediate
 +
|Accepts cryptocurrency donations=No
 +
|OpenPGP signature=https://ftpmirror.gnu.org/rcs/rcs-5.10.1.tar.lz.sig
 +
|Test entry=No
 
}}
 
}}
 
{{Featured}}
 
{{Featured}}

Latest revision as of 18:17, 3 February 2022


[edit]

GNU RCS

https://www.gnu.org/software/rcs/
The GNU Revision Control System.

RCS is a very simple file versioning tool to manage multiple revisions of files. It can store, retrieve, log, identify, and merge revisions. It is useful for files that are revised frequently, e.g. programs, documentation, graphics, and papers. It can handle text as well as binary files, although functionality is reduced for the latter.

RCS works with versions stored on a single filesystem or machine, edited by one person at a time. Other version control systems, such as Bazaar, CVS, Subversion, and Git, support distributed access in various ways. Which is more appropriate depends on the task at hand. Anyway, this can make it suitable for system administration files, for example, which are often inherently local to one machine.

RCS was designed and built in 1982 by Walter F. Tichy of Purdue University. It is part of the GNU Project since November 1989.

Documentation

https://www.gnu.org/software/rcs/manual/

Related Projects





Licensing

License

Verified by

Verified on

Notes

Verified by

Genium

Verified on

3 February 2022




Leaders and contributors

Contact(s)Role
Thien-Thi Nguyen Maintainer


Resources and communication

AudienceResource typeURI
FTPDownloadhttps://ftpmirror.gnu.org/rcs/
Mailing Listhttps://lists.gnu.org/mailman/listinfo/help-rcs/
Mailing Listhttps://lists.gnu.org/mailman/listinfo/bug-rcs/
FTPDownloadhttps://ftp.gnu.org/gnu/rcs/
WikidataDeveloperhttps://www.wikidata.org/wiki/Q705851
FTPDownloadhttps://alpha.gnu.org/gnu/rcs/
SavannahVCS Repository Webviewhttps://git.savannah.gnu.org/cgit/rcs.git/
SavannahDeveloperhttps://savannah.gnu.org/projects/rcs/
DebianDeveloperhttps://tracker.debian.org/pkg/rcs


Software prerequisites

KindDescription
Required to useGNU diffutils >= 2.7

This entry (in part or in whole) was last reviewed on 3 February 2022.




Entry










"Savannah" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Savannah" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.






"FTP" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"FTP" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"FTP" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Debian" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Wikidata" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.














Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.

The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.