From files Setting up the files From scratch
If you have a project which you are maintaining with another version control system, such as RCS, you may wish to put the files from that project into CVS, and preserve the revision history of the files.
From RCS |
If you have been using RCS, find the RCS
files---usually a file named ` The RCS file should not be locked when you move it into CVS; if it is, CVS will have trouble letting you operate on it. |
From another version control system | Many version control systems have the ability to export RCS files in the standard format. If yours does, export the RCS files and then follow the above instructions.
Failing that, probably your best bet is to write a
script that will check out the files one revision at a
time using the command line interface to the other
system, and then check the revisions into CVS.
The ` |
From SCCS |
There is a script in the ` |
From PVCS |
There is a script in the ` |