1. Change the definition of the import workspace:cd D:\baselevels\gizmo2.0
accurev chws -w import -l . ( again, “dash-ell dot”)
3. To AccuRev, these files appear to be modified versions of the gizmo1.0 files that you add’ed and promote’d in the preceding section. You can list all these “modified” files:
4. You don’t need to do anything about these files. In particular, you don’t need to keep new versions.
5. These files are external, because AccuRev hasn’t seen them before. (Just as all the files were external when you placed the first baselevel under version control.) Add the external files to the depot, just as you did in the preceding section:As above, you may want to use stat –x and ignore patterns to filter out unwanted files before entering the add command.You’ve now placed two baselevels under AccuRev control. Layering the third baselevel, gizmo3.0, on top of the second one is exactly the same as layering the second one on top of the first. Just repeat the steps in this section.accurev defunct <filenames>This will appear to be (1) a file that existed in one baselevel, but was deleted from the next baselevel, along with (2) a new file that didn’t exist in the preceding baselevel. If you know that file oldname.c in the preceding baselevel was renamed to newname.c in the next baselevel, use this series of commands to make the connection:accurev pop oldname.c
ren newname.c SAVEME (UNIX/Linux: use the mv command)
accurev move oldname.c newname.c
ren SAVEME newname.c
accurev keep newname.cNow, AccuRev knows that the element formerly known as oldname.c is henceforth to be known as newname.c (until the next name change, that is!).
Micro Focus |