Add Resources to Version Control
To share new files and folders (created in your working copy), add them to version control using the Add to version control option from the Working Copy view.
When you use the Add to version control option on a directory, its entire structure is scanned and all the resources that can be added under version control are presented.
Although it is not mandatory to add resources under version control explicitly, it is recommended. If you forgot to add a resource, when you commit your changes, the resource is presented in the commit dialog box, but not selected. When you commit and unversioned resource, it is automatically added under version control before starting the commit operation.
- infinity - When the working copy items are presented as a tree.
- files - When the working copy items are presented compressed.
- empty - When the working copy items are presented flat.
- Enable automatic properties or
Disable automatic properties - enables or disables automatic
property assignment (per runtime configuration rules), overriding the
enable-auto-props
runtime configuration directive, defined in theconfig
file of the Subversion configuration directory.Note: This option is available only when there are defined properties to be applied automatically for resources newly added under version control. You can define these properties in theconfig
file of the Subversion configuration directory, in theauto-props
section. Based on the value of theenable-auto-props
runtime configuration directive, the presented option is either Enable automatic properties, or Disable automatic properties. - No ignore - when you select this option, file-name
patterns defined to ignore unversioned resources do not apply. Resources that
are located inside an unversioned directory selected for addition, and match
these patterns, are also scheduled for addition in the repository.Note: This option is available only when directories are also presented in the dialog box.You can define file-name patterns to ignore unversioned resources in one of the following locations:
- In the
config
file of the Subversion configuration directory (theglobal-ignores
option from themiscellany
section). - In the Oxygen XML Author options (open the Preferences dialog box and go to ).
- In the
Each of the above two options is activated only when you select an item that can have the option applied.