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

Popular posts from this blog

php - Why I am getting the Error "Commands out of sync; you can't run this command now" -

ruby - Nesting modules inside of a Rails eninge gem -

Eclipse formatter for java ending braces -