CBD-25

mpadmanaban (mpadmanaban)
mpadmanaban created this job
Closed
Sync //path/...@Label always gets latest files w/p4d 2015.1.

I noticed some discrepancy in Stream sync using Labels with workspace.

For example,  When I sync using the command p4 sync //<workspace>/...@<Label>,
It always gets the latest code instead of the labelled code.

When I try to sync using p4 sync //<workspace>/*@<Label>, I get the correct files at the top level.
When I try to sync using p4 sync //<depot_path>/...@<Label>, I get the correct files.

Command used:
p4 sync  //jam/...@LABEL  <-always gets the latest files
p4 sync  //jam/*@LABEL  <- works
p4 sync  //jam//main/...@LABEL  <- works
  • Details
  • Comments -
Status
Closed
Project
perforce-software-cbd
Severity
C
Reported By
mpadmanaban
Reported Date
Modified By
super-tom_tyler
Modified Date
Owned By
tom_tyler
Dev Notes
This behaivor is not observed on p4d 2014.1 server, but is on 2015.1.
Is this because of 2015 update or is there something else messed up ?
Type
Bug