[p4] how to get all changeIds after specific changeId ?

Tony Sweeney sweeney at addr.com
Thu Dec 13 05:25:03 PST 2007


Riddhi Shah wrote:
> I tried "p4 changes -s submitted @>10" but its giving "Unintelligible revision specification ''.
>
> p4 changes -s submitted @10 is working fine. But what it does it , it shows all commit id before this 10.  
>  
> Regards,
> Riddhi Shah
>
> ----- Original Message ----
> From: Stephen Vance <steve at vance.com>
> To: Riddhi Shah <shahriddhi4u at yahoo.co.in>
> Cc: perforce-user at perforce.com
> Sent: Thursday, 13 December, 2007 5:31:39 PM
> Subject: Re: [p4] how to get all changeIds after specific changeId ?
>
> p4 changes -s submitted @>changeid
>
> Riddhi Shah wrote:
>   
>> Hi,
>>
>> First of all, Thanks you so much for solving my trigger problem.
>>
>> One more question I have is "how can we get all changeids (which has
>>     
>  been committed after this changeId) after particular changeid?
>   
>>  
>> Regards,
>> Riddhi Shah
>>
>>
>>
>>
>>       Now you can chat without downloading messenger. Go to
>>     
>  http://in.messenger.yahoo.com/webmessengerpromo.php
>   
>> _______________________________________________
>> perforce-user mailing list  -  perforce-user at perforce.com
>> http://maillist.perforce.com/mailman/listinfo/perforce-user
>>
>>   
>>     
>
>   
Riddhi,

the shell parses the '>' redirection before Perforce gets to see it, so 
it's likely getting the unadorned '@' as the revision.  Try putting the 
@>changeid in quotes (single or double, shouldn't matter in this context).

Tony.


More information about the perforce-user mailing list