8 messages in com.perforce.perforce-user[p4] What to do with development code...
FromSent OnAttachments
Jan Kristiansen22 Oct 2003 00:58 
Lars Thegler22 Oct 2003 01:14 
Robert Cowham22 Oct 2003 01:33 
Jeff Bowles22 Oct 2003 06:54 
Rick Macdonald22 Oct 2003 07:03 
Stephen Vance22 Oct 2003 09:48 
Lars Thegler23 Oct 2003 00:33 
Robert Cowham24 Oct 2003 08:54 
Subject:[p4] What to do with development codelines when development is finished
From:Lars Thegler (lt@cybercity.dk)
Date:10/23/2003 12:33:05 AM
List:com.perforce.perforce-user

Jeff Bowles wrote:

I would just 'p4 delete' it. You've got the history in perforce anyway, so you don't loose anything.''

You might consider, instead, removing permissions on the codeline. That way, there's not a 'delete' revision sitting in the child codeline, expecting to be eventually pushed to the parent lines.

If you're afraid that somebody might 'accidentally' integrate the deletes into the parent line, I guess a 'null-integration' using 'p4 resolve -ay' could defuse that bomb right away, by marking the delete changelist as 'already integrated'.

But I concede, there is more than one way to do it.

/Lars