Skip to content

Working with Subversion

If you have installed the subversion plug-in for NetBeans, you can check-out/check-in files directly from Developer Studio. If not, you can use TortoiseSVN or some other subversion client to check-in or check-out files.

If Subversion plug-in is installed

  1. Go to Team->subversion/Checkout�
  2. Enter repository information
  3. Browse and select the folder(s) to check out.
  4. Tick the checkbox Skip main and checkout only its contents. Specify the Local Folder name. This should be [IFS_DEV_PROJECT_ROOT]\workspace[MODULE_NAME]
  5. Press �Finish� to check out the files. Check the subversion output pane for check out status.
  6. Verify that the checkout has been placed in the workspace folder in your project folder. Also verify that it is under subversion control. If the files have been checked out to the proper location, the module should now show up in the project explorer.