in reply to Re: Regex to grab data after the work "branch from"
in thread Regex to grab data after the work "branch from"
The error is gone but I dont see any data getting printed
p4filelog data below,$update_p4filelog has below data
//depot/asic/msmshared/users/QTVOEMDrops/qtv/player/audioplayer/file.cpp
... #2 change 1548905 edit on 2010/12/09 by sri@SRIXP (ktext) 'Audio loss when doing nultiple '
... #1 change 1548876 branch on 2010/12/09 by sri@SRIXP (ktext) 'Branching for orphan release fo'
... ... branch from //source/qcom/qct/multimedia/qtv/player/audioplayer/rel/1.1/src/file.cpp#1,#8
$update_p4filelog=`p4 filelog $1`; print "$update_p4filelog\n";# $update_base_branched_p4path = $update_p4filelog =~ /branch from(.*\/( +.*))\#\,(\#\d+)$/xmsg; print "$update_base_branched_p4path\n";# doesnt print anything,expecti +ng //source/qcom/qct/multimedia/qtv/player/audioplayer/rel/1.1/src/file.c +pp#8 to be printed
|
|---|