Difference between revisions of "Rcs"

From Free Software Directory
Jump to: navigation, search
(added system-administration category)
 
(12 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 
{{Entry
 
{{Entry
 
|Name=GNU RCS
 
|Name=GNU RCS
|Short description=Version control and package 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/
|User level=advanced
+
|Version download=https://ftpmirror.gnu.org/rcs/rcs-5.10.1.tar.lz
|Component programs=rcs,ci,co,ident,rcsclean,rcsdiff,rcsfreeze,rcsmerge
+
|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
|Computer languages=C
+
|Documentation note=https://www.gnu.org/software/rcs/manual/
|Documentation note=Technical paper and manual pages included
+
 
|Accepts cryptocurrency donations=No
+
'''Selection from the [https://shop.fsf.org/ FSF shop]'''
|Related packages=CVSSearch,Meta-CVS,CVS,CVSGraph,gnu-arch,prcs,Subversion,Vesta,darcs,cssc
+
 
|Keywords=editing,file management,RCS,file revision
+
[https://shop.fsf.org/books/free-freedom-20-richard-stallman Free as in Freedom 2.0, by Richard Stallman]
 +
 
 +
[https://shop.fsf.org/books-docs/introduction-command-line Introduction to the Command Line]
 +
 
 +
----
 +
----
 +
'''[https://www.gnu.org/help/help.html Helping the GNU Project and the Free Software Movement]'''
 +
----
 +
----
 +
 
 +
If you have corrections to this entry or questions about it, please contact: mailto:maintainers@gnu.org
 +
----
 +
|Decommissioned or Obsolete=No
 +
|Donate=https://my.fsf.org/donate/
 +
|Related projects=gnustandards,CVSSearch,Meta-CVS,CVS,CVSGraph,gnu-arch,prcs,Subversion,Vesta,darcs,cssc
 +
|Keywords=editing,file management,file revision
 
|Version identifier=5.9.4
 
|Version identifier=5.9.4
 
|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=2018/02/20
+
|Last review date=2019/01/19
|Submitted date=2011-04-01
+
|Submitted by=Database conversion
 +
|Submitted date=2011/04/01
 +
|User level=advanced
 +
|Component programs=rcs,ci,co,ident,rcsclean,rcsdiff,rcsfreeze,rcsmerge
 +
|Paid support=https://www.fsf.org/resources/service/
 +
|Accepts cryptocurrency donations=Yes
 +
|OpenPGP signature=https://ftp.gnu.org/gnu/rcs/rcs-5.9.4.tar.xz.sig
 +
|Test entry=No
 
|Is GNU=Yes
 
|Is GNU=Yes
 
|GNU package identifier=rcs
 
|GNU package identifier=rcs
|License verified date=2010-09-29
+
|Decommissioned/Obsolete=No
 
}}
 
}}
 
{{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
 
|Real name=Thien-Thi Nguyen
 
|Real name=Thien-Thi Nguyen
 
|Role=Maintainer
 
|Role=Maintainer
|Email=help-rcs@gnu.org
+
|Email=ttn@gnu.org
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Debian (Ref)
+
|Resource audience=Savannah
|Resource URL=https://tracker.debian.org/pkg/rcs
+
|Resource kind=Developer
 +
|Resource URL=https://savannah.gnu.org/projects/rcs/
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Savannah (Ref) (R)
+
|Resource audience=Savannah
|Resource URL=https://savannah.gnu.org/projects/RCS
+
|Resource kind=VCS Repository Webview
 +
|Resource URL=https://git.savannah.gnu.org/cgit/rcs.git/
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Support
+
|Resource kind=Mailing List
|Resource kind=E-mail
+
|Resource URL=https://lists.gnu.org/mailman/listinfo/bug-rcs/
|Resource URL=mailto:help-rcs@gnu.org
 
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Bug Tracking
+
|Resource kind=Mailing List
|Resource kind=E-mail
+
|Resource URL=https://lists.gnu.org/mailman/listinfo/help-rcs/
|Resource URL=mailto:rcs-bugs@cs.purdue.edu
 
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Bug reports
+
|Resource audience=FTP
|Resource kind=Mailing List Subscribe
+
|Resource kind=Download
|Resource URL=https://lists.gnu.org/mailman/listinfo/bug-rcs
+
|Resource URL=https://ftpmirror.gnu.org/rcs/
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=User
+
|Resource audience=FTP
|Resource kind=Mailing List Subscribe
+
|Resource kind=Download
|Resource URL=https://lists.gnu.org/mailman/listinfo/help-rcs
+
|Resource URL=https://alpha.gnu.org/gnu/rcs/
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Developer
+
|Resource audience=FTP
|Resource kind=VCS Repository Webview
+
|Resource kind=Download
|Resource URL=http://git.savannah.gnu.org/cgit/rcs.git/?h=p
+
|Resource URL=https://ftp.gnu.org/gnu/rcs/
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Savannah (Ref)
+
|Resource audience=Debian
|Resource URL=https://savannah.gnu.org/projects/rcs
+
|Resource kind=Developer
 +
|Resource URL=https://tracker.debian.org/pkg/rcs
 
}}
 
}}
{{Software category
+
{{Resource
|Interface=command-line
+
|Resource audience=Wikidata
|Software-development=version-control
+
|Resource kind=Developer
|Use=software-development
+
|Resource URL=https://www.wikidata.org/wiki/Q705851
 
}}
 
}}
{{Software prerequisite
+
{{EntryDetails
|Prerequisite kind=Required to use
+
|Is High Priority Project=No
|Prerequisite description=[[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.