Difference between revisions of "Rcs"

From Free Software Directory
Jump to: navigation, search
(added system-administration category)
 
(22 intermediate revisions by 5 users not shown)
Line 1: Line 1:
 
{{Entry
 
{{Entry
|Name=RCS
+
|Name=GNU RCS
|Short description=Version control and project management software
+
|Short description=The GNU Revision Control System.
|Full description=Manages multiple revisions of files by automating the storage, retrieval, logging, identification, and merging of revisions. It's particularly useful for text that is revised frequently, such as programs, documentation, graphics, papers, and form letters.
+
|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.
|User level=none
+
 
|Status=Live
+
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/
 +
|Version download=https://ftpmirror.gnu.org/rcs/rcs-5.10.1.tar.lz
 +
|Is High Priority Project=No
 +
|VCS checkout command=git clone git://git.savannah.gnu.org/rcs.git
 +
|Documentation note=https://www.gnu.org/software/rcs/manual/
 +
 
 +
'''Selection from the [https://shop.fsf.org/ FSF shop]'''
 +
 
 +
[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 date=2015/01/22
 +
|Version status=stable
 +
|Last review by=Bendikker
 +
|Last review date=2019/01/19
 +
|Submitted by=Database conversion
 +
|Submitted date=2011/04/01
 +
|User level=advanced
 
|Component programs=rcs,ci,co,ident,rcsclean,rcsdiff,rcsfreeze,rcsmerge
 
|Component programs=rcs,ci,co,ident,rcsclean,rcsdiff,rcsfreeze,rcsmerge
|Homepage URL=http://www.gnu.org/software/rcs/
+
|Paid support=https://www.fsf.org/resources/service/
|VCS checkout command=
+
|Accepts cryptocurrency donations=Yes
|Computer languages=C
+
|OpenPGP signature=https://ftp.gnu.org/gnu/rcs/rcs-5.9.4.tar.xz.sig
|Documentation note=Technical paper and manual pages included
+
|Test entry=No
|Paid support=
+
|Is GNU=Yes
|IRC help=
+
|GNU package identifier=rcs
|IRC general=
+
|Decommissioned/Obsolete=No
|IRC development=
+
}}
|Related projects=CVSSearch,Meta-CVS,CVS,CVSGraph,gnu-arch,prcs,Subversion,Vesta,darcs,cssc
+
{{Project license
|Keywords=editing,file management,RCS,file revision
+
|License=GPLv3orlater
|Is GNU=y
+
|License copyright=Copyright (C) 2010, 2011 Thien-Thi Nguyen
|Last review by=Janet Casey
+
Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995 Paul Eggert
|Last review date=2003-01-08
+
Copyright (C) 1982, 1988, 1989 Walter Tichy
|Submitted by=Database conversion
+
|License verified by=Genium
|Submitted date=2011-04-01
+
|License verified date=2022-02-03
|Version identifier=5.7.93
+
|License note=https://git.savannah.gnu.org/cgit/rcs.git/plain/COPYING?h=p
|Version date=2010-09-28
+
}}
|Version status=stable
+
{{Software category
|Version download=http://alpha.gnu.org/gnu/rcs/rcs-5.7.93.tar.gz
+
|Interface=command-line
|License verified date=2010-09-29
+
|Programming-language=C
|Version comment=
+
|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
 
|Role=Maintainer
 
|Role=Maintainer
|Real name=RCS Maintainers
+
|Email=ttn@gnu.org
|Email=rcs-bugs@cs.purdue.edu
+
}}
|Resource URL=
+
{{Resource
 +
|Resource audience=Savannah
 +
|Resource kind=Developer
 +
|Resource URL=https://savannah.gnu.org/projects/rcs/
 +
}}
 +
{{Resource
 +
|Resource audience=Savannah
 +
|Resource kind=VCS Repository Webview
 +
|Resource URL=https://git.savannah.gnu.org/cgit/rcs.git/
 +
}}
 +
{{Resource
 +
|Resource kind=Mailing List
 +
|Resource URL=https://lists.gnu.org/mailman/listinfo/bug-rcs/
 +
}}
 +
{{Resource
 +
|Resource kind=Mailing List
 +
|Resource URL=https://lists.gnu.org/mailman/listinfo/help-rcs/
 +
}}
 +
{{Resource
 +
|Resource audience=FTP
 +
|Resource kind=Download
 +
|Resource URL=https://ftpmirror.gnu.org/rcs/
 +
}}
 +
{{Resource
 +
|Resource audience=FTP
 +
|Resource kind=Download
 +
|Resource URL=https://alpha.gnu.org/gnu/rcs/
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Support
+
|Resource audience=FTP
|Resource kind=E-mail
+
|Resource kind=Download
|Resource URL=mailto:help-rcs@gnu.org
+
|Resource URL=https://ftp.gnu.org/gnu/rcs/
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Bug Tracking
+
|Resource audience=Debian
|Resource kind=E-mail
+
|Resource kind=Developer
|Resource URL=mailto:rcs-bugs@cs.purdue.edu
+
|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
 
}}
 
}}
{{Project license
+
{{EntryDetails
|License=GPLv2orlater
+
|Is High Priority Project=No
|License verified by=Kelly Hopkins
+
|VCS checkout command=git clone git://git.savannah.gnu.org/rcs.git
|License verified date=2010-09-29
+
|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}}

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.