broker.cfg #2

  • //
  • guest/
  • netapp/
  • p4flexclone/
  • main/
  • demo/
  • broker.cfg
  • View
  • Commits
  • Open Download .zip Download (2 KB)
#-------------------------------------------------------------------------------
# FlexClone Perforce broker configuration file
#
# Creates pseudo 'p4 flex' commands
#-------------------------------------------------------------------------------

#target      = "rsh:p4d -r /Users/pallen/Workspaces/main.p4-flexclone/public/demo/p4_root/ -Llog -C1 -vserver=1 -i";
target      = localhost:1666;
listen      = localhost:1234;
directory   = /Users/pallen/Workspaces/main.p4-flexclone/public/demo/p4_root/;
logfile     = broker.log;
debug-level = server=1;
admin-name  = "Perforce Admins";
admin-phone = 999/911;
admin-email = perforce-admins@example.com;

# Compress broker <-> server connection.  If the broker is across a slow link
# such as a WAN, compression can increase performance.  If the broker is near
# the server (such as on the same machine,) then avoiding recompressing the
# client's protocol stream saves work.
compress = false;

# Redirection mode. Pedantic redirection always redirects a command when it
# matches a rule in the broker config.  Selective redirection permits
# redirection of commands within a single TCP/IP connection until a command
# has been executed against the master server, at which point all commands
# for the connection are sent to the master server.  Selective redirection is
# the default as it gives GUI users a better experience when replication
# delays might otherwise cause incorrect results to be returned.
redirection  = selective;

command: flex
{
  action    = filter;
  execute   = "/Users/pallen/Workspaces/main.p4-flexclone/public/demo/flex.pl";
}
# Change User Description Committed
#5 18997 netapp Rename/move file(s)

Project name change:
moving
//guest/netapp/p4flexclone/main/…
to
//guest/netapp/p4flex/main/…
#4 13859 Paul Allen Config details for cloud demo + NaServer test
#3 13627 Paul Allen New Python script with Implemented help/usage
#2 13607 Paul Allen Added logging to out.log file and test commands...

$ p4 flex create foo
running a flex clone create on 'foo'

$ p4 flex client foo.ws1
todo
#1 13267 Paul Allen #review-13268 simple 'p4 flex' broker demo.