[p4] getting the last changes from a spec depot item
Michael Delaney
mdelaney at upromise.com
Fri Oct 3 09:23:56 PDT 2008
I am actually looking to get the difference version of the file that may
have changed on a day.
Along the lines of 'p4 filelog -m 20 //spec/protect.p4s' which tell me
... #118 default change edit on 2008/10/03
... #117 default change edit on 2008/10/03
... #116 default change edit on 2008/10/03
then I can then parse the data and run p4 diff2 -u <file1> <file2>
which in turn generated
--- //spec/protect.p4s 2008/10/03 08:34:49
+++ //spec/protect.p4s 2008/10/02 15:07:57
@@ -96,9 +96,6 @@
<FILE DATA>
-----Original Message-----
From: G Barthelemy [mailto:gb.perforce at googlemail.com]
Sent: Friday, October 03, 2008 12:09 PM
To: Michael Delaney
Cc: perforce-user at perforce.com
Subject: Re: [p4] getting the last changes from a spec depot item
> Anyone know of anything way around this? I am pretty happy with my
> results but I like to get other ideas incase I overlooked something.
Well there's always p4 fstat -Of //spec/triggers.p4s@<date>,<date>
More information about the perforce-user
mailing list