Questions tagged [rcs]

RCS is a revision control system allowing teams to share and update code cooperatively and review and resolve version conflicts. /!\ This tag is *NOT* to be used for questions related to the communication protocol "Rich Communication Services", use [rich-comm-service] instead.

RCS is a revision control system allowing programmers to log updates to files and to review and resolve version conflicts. RCS allows a person to determine exactly which lines changed on newer revisions, and to revert some or all of the changes if necessary. It functions by keeping change data about the source code files that the programmer or programmers are manipulating.

Having been created in the early 1980s, support for RCS has waned in favor of tools like CVS and Subversion (SVN) and, to a larger extent, distributed revision systems such as Git and Mercurial (hg). A comparison of similar systems is available as well. A current development environment featuring support for RCS is Emacs.

RCS is a GNU project. The sources are available here, and are maintained in a Git repository.

78 questions
-1
votes
2 answers

How does one create a wrapper around a program?

I want to learn to create a wrapper around a program in linux. How does one do this? A tutorial reference web-page/link or example will do. To clarify what I want to learn, I will explain with an example. I use vim for editing text files. And use…
-1
votes
1 answer

rcs -u motd breaking a lock

I am trying to use the rcs command to break a lock on a file but whenever I input on ubuntu: rcs -u motd it says: rcs: RCS/motd,v: no such file or directory. The file is there because I can use the cat command and edit it using vi.
-2
votes
2 answers

Join two versions of history in CVS (or RCS)?

I am looking for a way to join two revision histories for a single file. One of our projects was tracked via RCS. Now, this project lives in CVS. It was initially committed as a new project. As a result, the CVS history does not show the older…
Kevin Panko
  • 8,356
  • 19
  • 50
  • 61
1 2 3 4 5
6