X-MimeOLE: Produced By Microsoft Exchange V6.5
Received: by onstor-exch02.onstor.net 
	id <01C78D11.E824E143@onstor-exch02.onstor.net>; Wed, 2 May 2007 16:30:45 -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 16:30:44 -0700
Message-ID: <BB375AF679D4A34E9CA8DFA650E2B04E038C98E1@onstor-exch02.onstor.net>
In-Reply-To: <20070502162718.4dd0f208@ripper.onstor.net>
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
Thread-Topic: Please review
Thread-Index: AceNEW4QNiL1C0YbRYu3M0KiN8zqtwAADmPw
References: <BB375AF679D4A34E9CA8DFA650E2B04E038C952E@onstor-exch02.onstor.net><20070502112619.675a8e5e@ripper.onstor.net><BB375AF679D4A34E9CA8DFA650E2B04E038C9672@onstor-exch02.onstor.net><20070502113906.1fe73f73@ripper.onstor.net><BB375AF679D4A34E9CA8DFA650E2B04E038C96A1@onstor-exch02.onstor.net><20070502114432.2ea290be@ripper.onstor.net><BB375AF679D4A34E9CA8DFA650E2B04E038C96A9@onstor-exch02.onstor.net> <20070502162718.4dd0f208@ripper.onstor.net>
From: "Maxim Kozlovsky" <maxim.kozlovsky@onstor.com>
To: "Andy Sharp" <andy.sharp@onstor.com>

It is not. Try something under nfx-tree:

[maximk@compile2 dd]$ p4 -c maximk-5 have
//depot/FB-DELOREAN/nfx-tree/Makefile
//depot/FB-DELOREAN/nfx-tree/Makefile#9 - /homes/maximk/dd/Makefile

-----Original Message-----
From: Andy Sharp=20
Sent: Wednesday, May 02, 2007 4:27 PM
To: Maxim Kozlovsky
Subject: Re: Please review

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

> P4CLIENT=3Dmaximk-5 p4 have //depot/$BRANCH/$F | cut -d' ' -f 3

ripper:~/src/FB-DELOREAN$ p4 -c maximk-5 have
//depot/FB-DELOREAN/Makefile //depot/FB-DELOREAN/Makefile - file(s) not
in client view.


> -----Original Message-----
> From: Andy Sharp=20
> Sent: Wednesday, May 02, 2007 11:45 AM
> To: Maxim Kozlovsky
> Subject: Re: Please review
>=20
> On Wed, 2 May 2007 11:42:55 -0700 "Maxim Kozlovsky"
> <maxim.kozlovsky@onstor.com> wrote:
>=20
> > p4 print -c $P4C_SPEC print -q //depot/$BRANCH/$F should always work
> > regardless of the location.
>=20
> that does work, but that only gives me the depot version, not your
> version.  i'm trying to do a diff between them...
>=20
> > -----Original Message-----
> > From: Andy Sharp=20
> > Sent: Wednesday, May 02, 2007 11:39 AM
> > To: Maxim Kozlovsky
> > Subject: Re: Please review
> >=20
> > 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
> >=20
> > 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"
> >=20
> > 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
> >=20
> > p4 -c "$P4C_SPEC" print -q $F
> >=20
> > But I don't want to have to figure out what that directory is nor cd
> > to it.
> >=20
> > Same goes for any p4 command, just in case you were wondering.
> >=20
> > 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.
> >=20
> > a
> >=20
> >=20
> > On Wed, 2 May 2007 11:27:12 -0700 "Maxim Kozlovsky"
> > <maxim.kozlovsky@onstor.com> wrote:
> >=20
> > > 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
