gnu-arch-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gnu-arch-users] Simple Question


From: Robin Farine
Subject: Re: [Gnu-arch-users] Simple Question
Date: Mon, 25 Apr 2005 21:44:05 +0200
User-agent: KMail/1.7.2

On Monday 25 April 2005 20.15, Phillip Neiswanger wrote:

> tla tag --setup \
>    address@hidden/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 \
  address@hidden/project--mainline--0.1

Get the first patchlog from the new version:

$ tla sync-tree \
  address@hidden/project--mainline--0.1--base-0

Check that your tree matches the new version:

$ tla changes
  (nothing changed)


Robin




reply via email to

[Prev in Thread] Current Thread [Next in Thread]