X-MimeOLE: Produced By Microsoft Exchange V6.5
Received: by onstor-exch02.onstor.net 
	id <01C78CE9.B17A63F4@onstor-exch02.onstor.net>; Wed, 2 May 2007 11:42:53 -0700
MIME-Version: 1.0
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
Content-class: urn:content-classes:message
Subject: RE: Please review
Date: Wed, 2 May 2007 11:42:55 -0700
Message-ID: <BB375AF679D4A34E9CA8DFA650E2B04E038C96A1@onstor-exch02.onstor.net>
In-Reply-To: <20070502113906.1fe73f73@ripper.onstor.net>
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
Thread-Topic: Please review
Thread-Index: AceM6SpBCfKgTnJYTousAy0Sx22njwAAB7Fg
References: <BB375AF679D4A34E9CA8DFA650E2B04E038C952E@onstor-exch02.onstor.net><20070502112619.675a8e5e@ripper.onstor.net><BB375AF679D4A34E9CA8DFA650E2B04E038C9672@onstor-exch02.onstor.net> <20070502113906.1fe73f73@ripper.onstor.net>
From: "Maxim Kozlovsky" <maxim.kozlovsky@onstor.com>
To: "Andy Sharp" <andy.sharp@onstor.com>

p4 print -c $P4C_SPEC print -q //depot/$BRANCH/$F should always work
regardless of the location.

-----Original Message-----
From: Andy Sharp=20
Sent: Wednesday, May 02, 2007 11:39 AM
To: Maxim Kozlovsky
Subject: Re: Please review

Because I have to be in the directory in question to see the file with
perforce then.  For example, from any arbitrary directory on my
workstation, the command

P4C_SPEC=3Dmaximk-5
BRANCH=3DFB-DELOREAN
F=3Dnfx-tree/code/sm-except/exc-llhandler.S
p4 -c "$P4C_SPEC" print -q "//$P4C_SPEC/$BRANCH/$F"

does not work.  The only way I can see that file is to figure out what
directory that branch maps to and cd to it, and then execute

p4 -c "$P4C_SPEC" print -q $F

But I don't want to have to figure out what that directory is nor cd to
it.

Same goes for any p4 command, just in case you were wondering.

That's why you shouldn't have special maps for branches.  You can
always use symlink to create an easier to type branch directory thing.

a


On Wed, 2 May 2007 11:27:12 -0700 "Maxim Kozlovsky"
<maxim.kozlovsky@onstor.com> wrote:

> Why is this a problem?
>=20
> -----Original Message-----
> From: Andy Sharp=20
> Sent: Wednesday, May 02, 2007 11:26 AM
> To: Maxim Kozlovsky
> Subject: Re: Please review
>=20
> I take it you don't have the FB-DELOREAN branch mapped
> to //maximk-5/FB-DELOREAN ...
>=20
>=20
> On Wed, 2 May 2007 09:28:03 -0700 "Maxim Kozlovsky"
> <maxim.kozlovsky@onstor.com> wrote:
>=20
> > P4CLIENT=3Dmaximk-5
> >=20
> > Change 23808 by maximk@maximk-5 on 2007/05/02 08:15:16 *pending*
> >=20
> >         Fix the exception handler not using correct instruction to
> > store the pointers on FC, which is 64 bit register size but 32 bit
> > pointers.
> >            This was causing infinite exception loop with unaligned
> > double word
> >            store.
> >=20
> > Affected files ...
> >=20
> > ... //depot/FB-DELOREAN/nfx-tree/code/sm-except/exc-llhandler.S#1
> > edit ... //depot/FB-DELOREAN/nfx-tree/code/sm-except/except.h#1 edit
> > ... //depot/FB-DELOREAN/nfx-tree/code/sm-except/nmi.S#1 edit
