| - |
Before performing this step ensure that you have completed Step 1.
This step requires two directories:
/sources/uvcs]/sources]If you have a copy of the Uniface repository from BEFORE you began using UVCS, it should have already been imported to UD6 and 'checked-in' to the version control. Check this out into the directory where the Version Control/CVS repository is being loaded from [eg: /sources]
During the load process, if a file is extracted from UVCS
which does not already exist in [/cvs/sources], then it will be added to the version control system otherwise it will be updated).
The uvcs2cvs.exe program will then 'check in' these to the new version control.
set CVS1=cvs add %s
set CVS2=cvs commit -F %s %s
set CVSDIR=..\
c:
md cvs
cvs co uniface
cd uniface\sources
xcopy h:\ud6\prod\uniface\uvcs uvcs /S /I /Q
cd uvcs
h:\uvcs2cvs -v -h * > c:\temp\uvcs.log
For more information about the converting from UVCS to CVS see:
| Step 1 | Load UVCS into UD6. |
| Step 2 | Migrate the historical information. |
| Step 3 | Perform final import into UD6. |
| uvcs2cvs.exe | Copies historical UVCS information into UD6 repository files. |
| $Revision: 1.5.4.3 $ $Date: 2003/09/16 17:52:10 $ | [zum Seitenanfang] |