Click or drag to resize

StreamMetaDataIntegAction Enumeration

Namespace:  Perforce.P4
Assembly:  p4api.net (in p4api.net.dll) Version: 2023.2.258.5793
Syntax
public enum IntegAction
Members
  Member nameValueDescription
None0 No options.
Merge1 Leaves all files writable on the client; by default, only files opened by 'p4 edit' are writable. If set, files might be clobbered as a result of ignoring the clobber option.
Copy2 Permits 'p4 sync' to overwrite writable files on the client. noclobber is ignored if allwrite is set.
See Also