RCS is an revision control system allowing teams to share and update code cooperatively and review and resolve version conflicts
0
votes
3answers
81 views
Trying to use the unix command 'find' to find all files checked into RCS
I am trying to use the find command to find all of the files that are checked into RCS from my home directory. This includes files that end in things like c,v. When I run the commands such as
find . ...
0
votes
1answer
18 views
Is there any plugin for RCS in Jenkins
Is there any plugin for RCS in Jenkins so that whenever any code change done in RCS should trigger a build in Jenkins
1
vote
7answers
323 views
Too many live branches in a project [closed]
Let's say a project is:
1 product
built over Y years
comprising M modules
written in L [1..3] languages
developed by total of D developers
At what point does a project contain too many or too few ...
1
vote
0answers
49 views
Can Android RCS client can be developed with out SIM Card
I am creating a RCS client for the Android Device using the Orange Lab Library But as per the code snippet the authentication is done on the basis of SIM card number. Is their any possibility to ...
0
votes
1answer
23 views
Add comment in RCS
Is there a way to automatically add a comment when updating a file in RCS?
For example, I am writing a script, and one of the functions will co -l a file, make changes, then ci -u. Now at that point, ...
0
votes
1answer
116 views
Adding RCS Header in Binary files
I am using RCS source control and need to check in an binary file (gif image and a jar file) how do I add an $Header$ keyword so that the version information is replaced in this file during check in ...
3
votes
1answer
122 views
What does doxygen's $Id: … $ mean
I'm looking at a doxygen code example and seeing the following.
/**
@file test.h
@brief Define helper functions
$Id: test.h,v 1.10 2012/10/10 10:10:10 author Exp $
*/
Can anyone ...
1
vote
0answers
49 views
Is there a blame/annotate for RCS on windows?
I am accessing some source code controlled in RCS on Windows (via MKS Source Integrity).
How can I find out in which revision particular lines of source code were last changed? The feature is ...
0
votes
1answer
65 views
RCS on Windows - rcsmerge always fails
I'm using GNU RCS version 5.7 for Windows from the official Purdue RCS homepage. If I use the rcsmerge(1) command to merge changes from different branches, I get an error:
diff3.exe: subsidiary ...
1
vote
2answers
64 views
Howto create bzr repo which consist of many project
I have big project which consist of many smaller projects, files, packages, iso's, etc. and I'd like to keep these files in some control system perhaps Bazaar.
The problem is some of projects are ...
0
votes
2answers
63 views
get the current HEAD version of a CVS file on the server
Using the rlog command I can analyze the commit log to a file on the CVS server itself (that is, directly accessing the file ending in ",v"). That's fine.
Is there a similar command line utility that ...
1
vote
2answers
116 views
Advice on the structure of my repository
I am an applied mathematician and I have recently joined a project that involves the development of production code for our scientific application. The code base is not small and it's deployed as part ...
1
vote
1answer
236 views
Is there a tool for repairing RCS/CVS ,v files?
I am doing a whole bunch of conversions of CVS and RCS repositories into Subversion. Every now and then I run into a damaged ,v file. I have figured out how to repair these manually, but it's ...
1
vote
1answer
160 views
Script to adjust history in an RCS/CVS ,v file
In preparation for a migration to Mercurial, I would like to make some systematic changes to many thousands of ,v files. (I'll be editing copies of the originals, I hasten to add.)
Examples of the ...
1
vote
0answers
54 views
emacs rcs control with pseudo symlinks [closed]
Instead of the standard RCS directory, I have had to create a RCS file with the contents pointing to a network drive (Windows 7).
RCS works great from the command line and also from a vim-plugin, ...
1
vote
1answer
3k views
Applying a .patch file
I want to apply a .patch file to one file.
I placed both in the same folder and I tried this
trinity@Zion ~/Desktop $ patch -i lalala.patch
patching file install.sub
patch unexpectedly ends in ...
0
votes
1answer
212 views
Does Eclipse have an option for personal version control of local workspaces?
Does Eclipse have an option for personal version control of local workspaces? Like a version control plugin that I can get through the auto-update that doesn't require installation anything ...
2
votes
0answers
44 views
XEmacs won't read RCS data but my emacs will
Normally, I use RCS in cygwin emacs (version 23.3.1 from 2011) and the status bar shows -UU-:----F1 and allows me to check-in and check out files. I just downloaded the latest native XEmacs for ...
1
vote
2answers
248 views
Working with folders in RCS
I have been following the tutorial http://www.burlingtontelecom.net/~ashawley/rcs/tutorial.html on how to work with files using RCS. This works well but only with one file. Is there a way to create an ...
3
votes
2answers
1k views
What are RCS Keywords?
I keep seeing RCS and RCS Keywords while looking at svn and cvs. I don't know what RCS is and what the RCS Keywords are. They seem to be a feature but with no real explanation as to what they do.
5
votes
1answer
1k views
what are the different repository format versions (for the core.repositoryFormatVersion setting) in git?
I noticed a default option in git core.repositoryFormatVersion which defaults to 0, but what are "repository format versions" and what functional difference do they make?
2
votes
1answer
343 views
Customizing the output of Perforce RCS keyword expansion
I'd like to filter files using RCS keyword expansion so that instances of $Change$ are translated to 1745 rather than the default behaviour of $Change: 1745 $. I realize that this would prevent ...
1
vote
1answer
411 views
Why am i getting “/RCS/trunk,v: No such file or directory” when i try to checkout SVN?
I tried to checkout a project from the server to my local computer with svn+ssh command but i get a strange error:
/RCS/trunk,v: No such file or directory
Why is this happening and how can I fix it?
...
0
votes
1answer
143 views
How to use Emacs vc-create-tag with RCS?
I am trying to create a tag (symbolic name) for RCS snapshot. It should be possible with RCS although branches are not supported. I have Ubuntu 10.10 and Emacs 23.1.1. Is some elisp version corrupted, ...
2
votes
2answers
333 views
Migrating from CS-RCS to Mercurial
I've been using ComponentSoftware's CS-RCS Basic for many years now to manage my various single-developer projects. It's worked very well for me, but now I want to migrate to a modern revision-control ...
2
votes
2answers
1k views
Subversion Repository Architecture for Separate Dev/Test/Prod Environments
I've been tasked to build up a subversion system for dev/test/prod environments, and was wondering if anyone has any experience with a similar environment or suggestions.
We build and configure a ...
1
vote
1answer
203 views
Is there a way to add a custom RCS keyword in Perforce?
Perforce supports various RCS keywords including $file$ and $version$. Is there a way to add a custom RCS keyword?
I want to create a custom keyword so that when the file is checked in, Perforce ...
3
votes
2answers
759 views
Subversion: Write protection for tagged directories
i am using subversion as RCS. Always when a new version of my project is finised i create a tag of it (copy of the trunk).
Does anybody know how i can protect this tagged directory from being ...
1
vote
2answers
149 views
Save/restore git/cvs checkout changes when switching branches?
Using cvs, git or another technique (file system level?), I would like to:
Make modifications on branch A
Checkout branch B: Changes to branch A are "stowed away" (by name would be nice), branch B ...
12
votes
5answers
2k views
Algorithm for efficient diffing of huge files
I have to store two files A and B which are both very large (like 100GB). However B is likely to be similar in big parts to A so i could store A and diff(A, B). There are two interesting aspects to ...
16
votes
3answers
4k views
Migrate project from RCS to git?
I have a 20-year-old project that I would like to migrate from RCS to git, without losing the history. All web pages suggest that the One True Path is through CVS. But after an hour of Googling and ...
0
votes
1answer
88 views
how to determine which files has been changed from those in rcs
I am working with a c++ codebase using rcs repository (agh, old I know), during major code changes, I modify a lot of files, which I sometimes lose track of. So I would like to have a small script ...
2
votes
1answer
2k views
How to delete file in RCS?
Does RCS have something like svn/p4 delete where it keeps the file history but marks it as deleted? Or do I just remove the file and the matching v file in the RCS directory? What's the recommended ...
0
votes
1answer
117 views
What is the easiest way to 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 ...
1
vote
2answers
728 views
Organizing a Subversion Repository of thousands of elements
Before I begin: I have spent a long time on many forums (including Stack Overflow - and yes there are a lot of SO questions on organizing svn), searching Google, and reading documents (I own a few ...
1
vote
3answers
2k views
Execute several programs at the same time in an initialisation/bash script
Hello I am working with a simulator that uses rcS scripts to boot, this is my script
cd /tests
./test1 &
./test2 &
./test3 &
./test4
exit
What I want is run all the test at the same ...
1
vote
4answers
380 views
In-place editing, version control - what's your solution?
I am using SVN for development tasks, but still have many files managed with RCS, because it does not seem reasonable to edit them in my private SVN repository working copy (since they're often just ...
2
votes
3answers
1k views
non-graphical 3-way merge tool
I currently use RCS' merge command to do 3-way merges, but one thing has always annoyed me about it. If I use the -A option, the same change made in both files shows up as a conflict:
...

