Version Control Options: Subversion

From RAD Studio
Jump to: navigation, search

Go Up to Version Control Options


Tools > Options > Version Control > Subversion

Options

You can set several options for how the IDE behaves when using Subversion, Git, or Mercurial:

  • Delete backup files after commit. Once you commit your changed files to the repository, the backup files are automatically deleted from your project's __history folder (hidden folder).
  • Alternative Commit Layout. Uses a different layout for the Commit pane.
  • Keep Commit View open after commit. Keeps the Commit pane open after committing changes to the repository.

Blame: Diff options

If you are using Subversion as the version control system for your project, you can set additional options to the difference tab (Blame diff options):

  • Ignore line endings. You can select whether to ignore line endings when comparing two files or not.
  • Whitespace comparing. You can select whether to compare whitespaces when comparing two files or not:
    • Compare whitespaces
    • Ignore whitespace changes
    • Ignore all whitespace

Child Page

See Also