RubyMine 2023.3 Help

Use multiple Perforce depots with P4CONFIG

If your project contains directories that are stored in the different Perforce depots, you might need to switch between them. RubyMine uses P4CONFIG to automatically switch to the respective depot as you use a Perforce-versioned directory.

P4CONFIG is an environment variable that contains the name of the P4CONFIG file without the path. If a certain directory is associated with Perforce (refer to Enable version control), RubyMine seeks for the P4CONFIG file in this directory and its parents; if the file is not found, RubyMine looks for it in the bin directory of RubyMine installation. When a P4CONFIG file is found, RubyMine uses the settings contained in it to connect to the respective Perforce depot.

A sample P4CONFG file might consist of the following lines:

P4CLIENT=MyClient P4USER=MySelf P4PORT=ida:3456
  1. Create a P4CONFIG file in each directory associated with Perforce.

  2. Create the P4CONFIG environment variable that contains the file name without the path.

Last modified: 05 September 2023