> From: Miles Bader <miles@xxxxxxxxxxxxx>
> Oh, and I presume then anyone who has as project dir pointing at the
> old archive has to do something to move to the new archive, e.g.,
> cd PROJ_DIR
> VERSION="`tla tree-version | sed 's@.*/@@'`"
> tla join-branch --in-place . "$NEW_ARCHIVE/$VERSION"
> tla set-tree-version "$NEW_ARCHIVE/$VERSION"
> Right?
Yes, that's probably what you want.
> Hmmm, would it be useful if there were some way to make this sort of
> `forward' in project trees automatic-upon-update, e.g., via some sort of
> tag in the old archive/revision that says "Moved to here..." (which I
> guess could also serve to prevent any further additions to the old
> archive/revision).
Nah.
To prevent further additions to an old archive, just change the
directory permissions throughout the archive.
-t
|