Documentation

Support

Unity Version Control

Client configuration files

Find the configuration files you can use to configure client settings.
Read time 2 minutesLast updated 21 days ago

Refer to the list of configuration files that you can use to configure your client. Find or create the following configuration files in the following specified locations:
  • In the
    plastic4
    directory:
    • Under
      $HOME/.plastic
      on Linux or macOS systems.
    • Under
      C:\Users\user\AppData\Local\plastic4
      on Windows systems.
  • In the root directory of your workspace.
  • In the client installation directory.
  • In the
    plastic-global-config
    repository so all clients have the same settings.

Configuration file

Description

Locations

  • branchexplorer.cfg
    (Windows)
  • branchexplorer.conf
    (Linux and macOS)
Store the configuration information for the branch explorer. Refer to Create a
branchexplorer.conf
global configuration file
.
  • plastic4
    directory
  • plastic-global-config
    repository
client.conf
Store client configuration settings, such as the default server, user credentials, and merge and diff tools.
  • plastic4
    directory
cloaked.conf
Store the paths of the controlled files you want to cloak. Refer to how to use filter pattern files.
  • Root directory of the workspace
  • plastic-global-config
    repository
compression.conf
Use patterns to select the compression type that UVCS uses. Refer to how to use filter value pattern files.
  • plastic4
    directory
  • Root directory of the workspace
customextensions.conf
Store custom extensions, such as your own issue tracker integration extensions.
  • Client installation directory
eolconversion.conf
Define the EOL conversion based on the file extension. Refer to how to configure the EOL conversion.
  • plastic4
    directory
externaldata.conf
Store the external locations (paths) of stored revisions when you archive a revision.
  • Client installation directory
  • plastic4
    directory
externaltools.conf
Define external applications and how to receive selected object properties. Refer to how to configure the external tools.
  • Client installation directory
  • plastic4
    directory
  • plastic-global-config
    repository
filetypes.conf
Define if UVCS considers a file as a binary file or text file. For example, so that UVCS uses the correct diff or merge tool. Refer to how to use filter value pattern files.
  • plastic4
    directory
  • Root directory of the workspace
  • plastic-global-config
    repository
gitsync.conf
Add information that UVCS uses for GitSync operations. Refer to the GitSync guide.
  • Client installation directory
  • plastic4
    directory
guiclient.conf
Store the UVCS GUI settings, such as pending changes, annotate, and merge configurations.
  • plastic4
    directory
hidden_changes.conf
Store the paths of controlled files that you want to hide from your list of pending changes. See how to use filter pattern files.
  • plastic4
    directory
  • Root directory of the workspace
  • plastic-global-config
    repository
ignore.conf
Store the paths of private files you want to hide from your list of pending changes. See how to use filter pattern files.
  • Root directory of the workspace
  • plastic-global-config
    repository
languages.conf
Customize the language extensions you use to syntax highlight code when you compare files or revisions in the diff tool. Refer to how to configure syntax language.
  • Root directory of the workspace
  • plastic-global-config
    repository
openwith.conf
Store the Open with context menu applications and shortcuts. Refer to how to customize the tools to display in the Open with menu.
  • plastic4
    directory
readonly.conf
Store the paths of controlled items that you want to retain the
readonly
status after an update. See how to use filter pattern files.
  • plastic4
    directory
  • plastic-global-config
    repository
serveralias.conf
Store pairs of server connections that act as aliases, allowing you to access the same server using different IP addresses or protocols. See how to support alternative connections to a server.
  • Client installation directory
  • plastic-global-config
    repository
writable.conf
Store the paths of controlled items that you want to retain the writable status after an update. Refer to how to use filter pattern files.
  • plastic4
    directory
  • plastic-global-config
    repository