3 messages in com.perforce.perforce-usermoving hierarchies
FromSent OnAttachments
Glen...@apple.com24 Aug 1998 11:51 
Ping...@mit.edu24 Aug 1998 13:09 
RobC...@within.com24 Aug 1998 13:25 
Subject:moving hierarchies
From:RobC...@within.com (RobC@within.com)
Date:08/24/1998 01:25:57 PM
List:com.perforce.perforce-user

At 1:10 PM -0700 8/24/98, Ping Huang wrote:

should work fine. I'm not explicitly familiar with the Mac's use of leading dot filenames for binary files, but the "..." wildcard should catch those, too.

If the resource forks are part of the depot, that should work fine. You'll have to use quotes around the file args in MPW, so:

p4 integrate "//depot/project/olddir/..." "//depot/project/newdir/newsubdir/..." p4 delete "//depot/project/olddir/..." p4 submit

is how I would do it.

I almost always use the depot syntax also. Too hard to remember if I'm on Mac, Windows, or linux host. Furthermore, the depot syntax is almost always more useful for complicated perforce operations.

Rob