How do I restrict a Perforce sync operation to only those files in a specific changelist? -
i thought use p4 sync -f @changelist# sync files in changelist#, syncing entire directory. how can limit sync files in changelist#?
to sync files contained in changelist, can use @=
syntax:
p4 sync @=12345
Comments
Post a Comment