TIP: Perforce - Sync Files In A Label Without Deleting Previous Files

If you have used perforce, you’d have definitely come across a situation where you wanted to sync files belonging to two different labels, but as soon as you sync the second label, the files from the first label get deleted. P4 help suggests the following ways to achieve this: p4 sync @label1,label2 or something like `p4 sync @label1,@label2`` But I’ve found that depending on the perforce version you are using, the above commands might not work. [Read More]