On Monday 25 April 2005 20.15, Phillip Neiswanger wrote:

> tla tag --setup \
>    [EMAIL PROTECTED]/project--mainline--0.0
> project--mainline--0.1
>
> and now I'd like the current set of "checked out" sources work
> with the new tag.  How do I do it?  I was hoping I could avoid
> destroying the current tree and then using tla get.

Switch your tree to the new version:

$ tla set-tree-version \
  [EMAIL PROTECTED]/project--mainline--0.1

Get the first patchlog from the new version:

$ tla sync-tree \
  [EMAIL PROTECTED]/project--mainline--0.1--base-0

Check that your tree matches the new version:

$ tla changes
  (nothing changed)


Robin


_______________________________________________
Gnu-arch-users mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnu-arch-users

GNU arch home page:
http://savannah.gnu.org/projects/gnu-arch/

Reply via email to