AF:
NF:0
PS:10
SRH:1
SFN:
DSR:
MID:<20070413135913.4afbba52@ripper.onstor.net>
CFG:
PT:0
S:andy.sharp@onstor.com
RQ:
SSV:onstor-exch02.onstor.net
NSV:
SSH:
R:<larry.scheer@onstor.com>
MAID:1
X-Sylpheed-Privacy-System:
X-Sylpheed-Sign:0
SCF:#mh/Mailbox/sent
RMID:#imap/andys@onstor.net@onstor-exch02.onstor.net/INBOX	0	BB375AF679D4A34E9CA8DFA650E2B04E0221572D@onstor-exch02.onstor.net
X-Sylpheed-End-Special-Headers: 1
Date: Fri, 13 Apr 2007 13:59:32 -0700
From: Andrew Sharp <andy.sharp@onstor.com>
To: "Larry Scheer" <larry.scheer@onstor.com>
Subject: Re: please review
Message-ID: <20070413135932.0308d620@ripper.onstor.net>
In-Reply-To: <BB375AF679D4A34E9CA8DFA650E2B04E0221572D@onstor-exch02.onstor.net>
References: <20070413120157.07f8182b@ripper.onstor.net>
	<BB375AF679D4A34E9CA8DFA650E2B04E0221572D@onstor-exch02.onstor.net>
Organization: Onstor
X-Mailer: Sylpheed-Claws 2.6.0 (GTK+ 2.8.20; x86_64-pc-linux-gnu)
Mime-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit

That's exactly what I did.   I read the readme ~:^)  But it still shows
up as a delete and an add.

Cheers,

a


On Fri, 13 Apr 2007 13:27:58 -0700 "Larry Scheer"
<larry.scheer@onstor.com> wrote:

> Here is how to rename a file in perforce. What you are doing will
> delete the perforce history of the old file and create two new ones:
> 
> Renaming Files
> How do you rename a file?
> 
> In Perforce you rename a file by integrating the existing file into a
> new file and deleting the existing one. For example, to rename foo to
> bar in the ola directory:
> 
> 	
> 	cd ola
> 	p4 integ foo bar
> 	p4 delete foo
> 	p4 submit
> 
> This marks the head revision of foo as deleted. When anyone syncs to
> the ola directory now, their workspace versions of foo will be
> deleted and replaced with bar.
> 
> To see the complete change history of bar, including changes that
> affected it when it was named foo, use the "-i" option:
> 
> 	
> 	p4 changes -i bar
> 
> If you forget what bar was originally called, you can always find out
> by looking at the last lines output by:
> 
> 	
> 	p4 filelog bar
> 
> -----Original Message-----
> From: Andy Sharp 
> Sent: Friday, April 13, 2007 12:02 PM
> To: Larry Scheer
> Subject: Re: please review
> 
> I'm not sure I did the right thing on this, but I wanted to rename it
> to old_mdrive_fstab, and then after that was committed, add the new
> version as a new file.  Which is what I was trying to explain with all
> that stuff about the new file.  But reading it I guess it didn't make
> much sense.
> 
> A rename appears as a delete and an add I think.
> 
> Hope that answers your question.
> 
> Cheers,
> 
> a
> 
> 
> On Fri, 13 Apr 2007 10:57:38 -0700 "Larry Scheer"
> <larry.scheer@onstor.com> wrote:
> 
> > Just starting to look at this....
> > I have one question about the change to openbsd/src/etc/Makefile.
> > What happened to mdrive_install.sh? Is it deprecated? Was its
> > functionality moved to src/etc/rc. (I have looked at the two files
> > yet.) I just want to make sure this wasn't an unintentional delete.
> > 
> > L.
> > 
> > -----Original Message-----
> > From: Andy Sharp 
> > Sent: Thursday, April 12, 2007 11:20 PM
> > To: Larry Scheer
> > Subject: please review
> > 
> > change 23496 client ripper
> > 
> > 
> > let me know if you have any questions
> > 
> > i included the code to refuse to upgrade to secondary flash w/ old
> > layout
> > 
> > there is another new file, openbsd/src/etc/mdrive_fstab that will be
> > added after this changelist is committed.  it currently sits in that
> > directory under the name new_mdrive_fstab.  it may also be there
> > under it's real name but that's just so that 'make release' will
> > work right so i could test it.
> > 
> > 
> > Change 23496 by andys@ripper on 2007/04/10 18:25:58 *pending*
> > 
> >         New flash_install.sh script and friends to support new CF
> > layout.
> >         
> >         TED00018269 need to change master install scripts for new CF
> > layout
> > 
> > Affected files ...
> > 
> > ... //depot/FB-DELOREAN/nfx-tree/Makefile#7 edit
> > ... //depot/FB-DELOREAN/nfx-tree/Tools/flash_install.sh#1 add
> > ... //depot/FB-DELOREAN/nfx-tree/Tools/flash_install_512.sh#1 delete
> > ... //depot/FB-DELOREAN/nfx-tree/code/ssc-nfxsh/cmd_flash.c#9 edit
> > ... //depot/FB-DELOREAN/nfx-tree/code/ssc-nfxsh/cmd_upgrade.c#14
> > edit ... //depot/FB-DELOREAN/openbsd/src/etc/Makefile#1 edit
> > ... //depot/FB-DELOREAN/openbsd/src/etc/mdrive_fstab#1 delete
> > ... //depot/FB-DELOREAN/openbsd/src/etc/old_mdrive_fstab#1 add
> > ... //depot/FB-DELOREAN/openbsd/src/etc/rc#2 edit
