p4harmonize
p4harmonize copied to clipboard
Add support for non-Stream clients
@jorgenpt This looks good. What do you think about adding this to longtest? I haven't been in this code in a while, but after poking around a bit, I think it wouldn't be too bad. I suspect all you'd need to do is:
- Adding 2 more perforce servers to
test/docker-compose.yaml - Expanding the
Servertype incmd/longest/server.goto track if this server uses streams or not. - Adding Src/Dst entries for these new non-stream servers in the
Serversslice at the top ofcmd/longtest/main.go. - Update
setupCommonto create a non-stream depot when appropriate.