#------------------------------------------------------------------------------- # P4Broker for CBD dev/testing #------------------------------------------------------------------------------- target = 1555; listen = 1666; directory = C:\p4\1\bin; logfile = C:\p4\1\logs/p4broker.log; debug-level = server=1; admin-name = "Perforce Admins"; admin-phone = 999/911; admin-email = admin@p4bsw.com; compress = false; redirection = selective; #------------------------------------------------------------------------------- # CBD rewrites 'p4 sync' and friends ('p4 update' and 'p4 flush'), and their # API-equivalents. #------------------------------------------------------------------------------- command: ^(sync|update|flush)$ { action = filter; execute = "C:\p4\common\bin\cbd\scripts\wssync.bat"; } # Show Broker Input (Debugging Utility). command: ^(sbi)$ { action = filter; execute = "C:\p4\common\bin\cbd\scripts\sbi.bat"; }