Namespace: Perforce.P4
Assembly: p4api.net (in p4api.net.dll) Version: 2015.1.103.4687 (2015.1.103.4687)

Syntax

C#
public enum IntegAction
Visual Basic
Public Enumeration IntegAction
Visual C++
public enum class 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