13 messages in com.perforce.perforce-user[p4] P4 Shutdown.. Kill -9
FromSent OnAttachments
Chad Reeder09 May 2001 09:54 
Stephen Vance09 May 2001 10:45 
Jeff A. Bowles09 May 2001 10:49 
Ganesh Kondal09 May 2001 12:14 
Peter Theunis09 May 2001 13:12 
Stephen Vance09 May 2001 13:12 
Justus Pendleton09 May 2001 13:35 
Ganesh Kondal10 May 2001 09:40 
Ganesh Kondal14 May 2001 11:50 
Stephen Vance14 May 2001 14:36 
Ganesh Kondal14 May 2001 14:53 
Ganesh Kondal15 May 2001 14:08 
Stephen Vance15 May 2001 14:22 
Subject:[p4] P4 Shutdown.. Kill -9
From:Peter Theunis (pet@calific.com)
Date:05/09/2001 01:12:40 PM
List:com.perforce.perforce-user

Assuming that the lastest Perforce release still follows the older releases's schema (spawning of children to handle requests), this has already been answered before here:

http://maillist.perforce.com/pipermail/perforce-user/1998-January/000471.htm l

Peter

-----Original Message----- From: Ganesh Kondal [mailto:gkondal at modulant.com] Sent: Wednesday, May 09, 2001 12:15 PM To: Jeff A. Bowles; Chad Reeder; Perforce-User (E-mail) Subject: [p4] P4 Shutdown.. Kill -9

Hi ALL,

P4 Svr in Location A, a remote place maintained by an IT Guy who is not a perforce user.

Me : I m the p4 super user starting, stopping, creating chkpoints etc by ssh login to that server.

Scenario: The IT guy wants to shutdown the server for some purpose, he uses kill -9 to kill p4d. When we get back to restart, is there a possibility to lose data ??? or is this fine with p4d .. to kill it abruptly once in a while ? ?

Rgds, Ganesh

-----Original Message----- From: perf@perforce.com [mailto:perforce-user-admin at perforce.com]On Behalf Of Jeff A. Bowles Sent: Wednesday, May 09, 2001 10:50 AM To: Chad Reeder; Perforce-User (E-mail) Subject: Re: [p4] Moving directories?

At 09:54 AM 5/9/2001 -0700, Chad Reeder wrote:

I looking for the best way to group a bunch of directories together and move them under a new folder. We currently have a bunch of projects under //depot and one of those products has multiple "psuedo branches" under the //depot directory. I would like to move them to a "root" project directory as to organize the depot. i.e.:

//depot /project1 /project2 /project3.1 /project3.2 /project3.3 /project4

into:

//depot /project1 /project2 /project3 /project3.1 /project3.2 /project3.* /project4

Do it piecemeal, one directory at a time: p4 integrate //depot/project3.1/... //depot/project3/proj-3.1/... p4 integrate //depot/project3.2/... //depot/project3/proj-3.2/... ... p4 submit then make the original ones "invisible" using "p4 protect" to make sure you like where it's landed - you can always delete it "later" - but make SURE the original location is not viewable/editable by others to prevent them from accidently checking in changes there.

You could do the delete of the original locations ("p4 delete //depot/project3.1/...") whenever you want, I just suggest making it invisible to buy a little time to get used to it without doing anything irretrievable.

Also I assume that any label made previously based on any of these "braches" will update themselves. Over will I need to massage them some how to reflect this new structure?

Yes, you will. In fact, if you branch to the new names, the specific revisions referred to in the labels might not be in the new branch. Depending on whether these trees have been the subject of lots of "p4 integrate" activity, you might wanna call Tech Support and spend some quality time discussing your options with them. (Without surgery on the server metadata, you'll have to do the rename using "p4 integrate", which is - I think - the best best way to go anyhow.)

-Jeff Bowles

Thanks in advance

Chad Reeder Release Engineer Telespree Communications 408.252.7217 x526