Importing JDeveloper Project Files Into CVS

Before you can start using your project with CVS, you have to import your project files into the CVS repository. This copies all your folders and files to the CVS repository and places them under source control.

You import your project files into the CVS repository using the Import wizard.

To use the Import wizard:

  1. If you have not already done so, log into to CVS by choosing File | Source Control | Log In.
  2. Choose File | Source Control | Import Module. The Import wizard is displayed.
  3. Complete the import as prompted by the wizard. To obtain more information when working with the wizard, press F1.

Before you can check out any files to work on them you have to copy them back to your machine so that you work on them locally. See Checking Out a CVS Project. It is good practice to work on the checked out files in a new workspace, so you may want to remove the workspace from which you imported the files into CVS. The files and folders will still be present on your machine, but they will not be displayed in the navigator.

To remove the workspace from the navigator:


Using Concurrent Versioning System (CVS) With JDeveloper