Label a depot in perforce with specific Changelist.
To list the label description
p4 label -o riat-1.0-SP3-maven1-stable
It labels all the latest revision files in the below mentioned depots with label name riat-1.0-SP3-maven1-stable
p4 tag -l riat-1.0-SP3-maven1-stable //library/apache-maven/1.1/... //library/apache-log4cxx/0.10.0/... //user_information/RIAT/...
It labels all the latest revision of all the branch and specified revision on release depots with label name riat-1.0-SP3-maven1-stable
p4 tag -l riat-1.0-SP3-maven1-stable //library/apache-maven/1.1/... //library/apache-log4cxx/0.10.0/... //user_information/RIAT/... //release/riat-1.0/@1370707
It just list the file with revision on the label, we can compare this revision with the latest one.
p4 files @riat-1.0-SP3-maven1-stable |grep "project.properties"
No comments:
Post a Comment