How can I work with multiple perforce client settings in TextMate?

I use the perfoce TextMate package to work with perforce from my TextMate editor. As I understand it, you can only work with one client specification at a time. So I was wondering if anyone figured out how to work with multiple client specifications without changing the P4CLIENT environment variable in TextMate.

+3
source share
1 answer

If your customer check is in a different place, try using the P4CONFIG environment variable . Install it somehow like .p4config, and then put .p4config in each of your root directories and it will automatically pick up the settings specified in the file.

+4
source

Source: https://habr.com/ru/post/1776517/


All Articles