Placing Project Metadata Into Subversion

See Also

The IDE's Subversion support enables developer groups to synchronize project-specific metadata as well as the source files that make up their applications. Using Subversion, you can place project metadata, such as project properties files and Ant build scripts, under version control.

IDE Project Metadata Files

Depending on project type, the IDE generates different metadata files and stores them in the nbproject directory.

The types of project metadata files in the IDE include:

To place an IDE project under version control:

  1. In the Projects window, right-click your project's node and choose Clean Project to delete the build and dist directories.
  2. In the Projects window, add the project to the repository by right-clicking the project's topmost node and choosing Subversion > Import into Subversion.
  3. In the Subversion Repository page of the Import wizard, specify the location of the Subversion repository as defined by the Subversion URL. Click Next.
  4. In the Repository Folder page, specify the repository folder in which you want to place the project.
  5. Enter a message describing your changes to the repository in the Import Message field.
  6. Optionally, click Next to view a list of the files that will be imported.
  7. Click Finish.

    The IDE uploads the project files to the repository and the Ouput window opens to display the progress.

See Also
Working with Subversion
About Projects

Legal Notices