26 messages in com.perforce.perforce-user[p4] Moving a file/etc.
FromSent OnAttachments
Tim Sohacki01 Nov 2001 07:55 
Kjell Martin01 Nov 2001 08:18 
Arnt Gulbrandsen01 Nov 2001 08:34 
Karl Philipp01 Nov 2001 08:59 
Blum, Robert01 Nov 2001 09:40 
Robert Lin01 Nov 2001 09:44 
Robert Prentice01 Nov 2001 10:42 
Karl Philipp01 Nov 2001 10:45 
Blum, Robert01 Nov 2001 10:47 
Steve Bennett01 Nov 2001 10:49 
Todd Short01 Nov 2001 11:20 
Jeff A. Bowles01 Nov 2001 12:25 
Todd Short01 Nov 2001 12:32 
Arnt Gulbrandsen01 Nov 2001 14:14 
Greg Whitfield02 Nov 2001 00:58 
Stephen Vance03 Nov 2001 11:28 
sandy currier04 Nov 2001 01:53 
Stephen Vance04 Nov 2001 08:07 
Robert Prentice05 Nov 2001 09:31 
Blum, Robert05 Nov 2001 10:57 
san...@releng.com05 Nov 2001 11:34 
Arnt Gulbrandsen05 Nov 2001 11:36 
Rick Macdonald05 Nov 2001 11:49 
Stephen Vance05 Nov 2001 19:27 
Chuck Karish06 Nov 2001 08:35 
Steve Bennett06 Nov 2001 11:16 
Subject:[p4] Moving a file/etc.
From:Todd Short (tsh@cisco.com)
Date:11/01/2001 12:32:27 PM
List:com.perforce.perforce-user

I did just that.

I integraed a file to a new name. I then opened it for edit again, and then submitted it. Here is the filelog -i:

Branch then edit: E:\test-root\phoenix\software\main\auth>p4 filelog -i authapi2.c //depot/phoenix/software/main/auth/authapi2.c ... #1 change 36 add on 2001/11/01 by root at root (text) 'Fixes: NoCSC Port: None text ' ... ... branch from //depot/phoenix/software/main/auth/authapi.c#1 //depot/phoenix/software/main/auth/authapi.c ... #1 change 1 add on 2001/02/08 by perforce at tshort-laptop (text) 'New Feature: EVERYTHING ' ... ... add into //depot/phoenix/software/main/auth/authapi2.c#1

Just branch: E:\test-root\phoenix\software\main\auth>p4 filelog -i authapi3.c //depot/phoenix/software/main/auth/authapi3.c ... #1 change 37 branch on 2001/11/01 by root at root (text) 'Fixes: NoCSC Port: No ne text ' ... ... branch from //depot/phoenix/software/main/auth/authapi.c#1 //depot/phoenix/software/main/auth/authapi.c ... #1 change 1 add on 2001/02/08 by perforce at tshort-laptop (text) 'New Feature: EVERYTHING ' ... ... add into //depot/phoenix/software/main/auth/authapi2.c#1 ... ... branch into //depot/phoenix/software/main/auth/authapi3.c#1

Note that the action is 'add' rather than 'branch'. They both have the "branch from" line in the history. The original file has the "<add|branch> into" line in its history, so you know where the file went. This was done using 2001.1.

-----Original Message----- From: perforce-user-admin at perforce.com [mailto:perforce-user-admin at perforce.com]On Behalf Of Blum, Robert Sent: Thursday, November 01, 2001 1:47 PM To: 'Karl Philipp'; Mailinglist Perforce User Subject: RE: [p4] Moving a file/etc.

Maybe I'm not using it correctly, but AFAIK integrate and edit in the same changelist breaks history. Anybody out there care to enlighten on the subject?

Bye, Robert