| Date Of Receipt: 27-FEB-1995 16:47:10.24
From: SMURF::ALPHA::"[email protected]" "27-Feb-1995 1645"
To: [email protected]
CC: [email protected], [email protected]
Subj: Re: moving existing directory under ode
No, no bmove. Do as you've outlined in the steps below, EXCEPT, don't defunct
the file unless it's namespace no longer exists. Only bcreate the files that
didn't previously exist, do a "whole file" replacement for the ones that
already exist.
Bcreate all the existing files from gated in ogated and copy and then checkin
the existing versions.
-Grant
|
| Is there any command which can do "bmove"? or
|
| only thing i can do is
| - create "src/usr/sbin/ogated"
| - bcreate all "src/usr/sbin/gated" files under "src/usr/sbin/ogated"
| - defunct all (old) files in "src/usr/sbin/gated"
| - NOW, bcreate all (new) gated files under "/usr/sbin/gated"
|
| any suggestions welcome.
|
| thanks-
| --ajay
|
| Date Of Receipt: 27-FEB-1995 17:53:27.37
From: SMURF::ALPHA::jmf "Joshua M. Friedman OSF/UNIX SDE"
To: [email protected], [email protected]
CC: [email protected]
Subj: Re: moving existing directory under ode
Also, if you want to keep old history in the file, put in a new ode header,
and change the old $Log: ... $EndLog$ section to start with $OldLog:
rather than $Log: keeping $EndLog$ as is. This will keep history in the
file, yet strip it out for source kitting; if you just keep it in the $Log
section, ODE will get confused since it will end up reusing revision
numbers that already appear there.
-josh
|