[p4] Perforce 2006.1 - Time to upgrade?
Andrew
acmay at acmay.homeip.net
Wed Jul 26 22:20:23 PDT 2006
On Fri, 21 Jul 2006 15:25:43 -0700
Karl Elvis MacRae <kmac at apple.com> wrote:
>
> Here's a client view:
>
>View:
> //depot/projectName/...ps_files/....pdf //kmac_1662_projectName.Ecad/projectName/...ps_files/....pdf
> //depot/projectName/...cdssite/... //kmac_1662_projectName.Ecad
....
>
> What concerns me is that there's no way to detect that before an
> upgrade, and perforce don't have a mapping checker they can run on
If the key part is that there is more than 1 pair of "..." wildcards,
wouldn't this grep be able to find if any client or branch had more than
2 groups of 3 periods, if you looped over all the clients?
p4 client -o $(CLIENT) |egrep "(\.\.\..*){3}"
But I don't know what other bad combinations there are for the
client/branch specs.
More information about the perforce-user
mailing list