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