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

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

Re: [Gnu-arch-users] tla usage


From: Charles Duffy
Subject: Re: [Gnu-arch-users] tla usage
Date: Sun, 12 Oct 2003 14:32:49 -0500

First off:

  Switch to tla 1.1

Second:

  Try actually using it for a while.


My below commands are given according to tla 1.1 usage.

>     cvs up
>     tla update --in-place .
      tla update

>     cvs commit -m "bla"
>     tla make-log  && \
>     vi ./+*  && \
>     tla commit
      vim `tla make-log`
      tla commit
(Note, however, that it's generally considered good practice to run the
make-log at the *start* of the changeset and keep it updated as one
goes; this makes for a more complete and useful log message than just
trying to remember everything you did at the end).


>     cvs checkout myProj
>     tla categories
>         myProj
>     tla branches myProj
>         myProj--mainline
>     tla versions myProj--mainline
>         myProj--mainline--0.1
>     tla get myProj--mainline--0.1 myProj
      tla abrowse
        [notice myproj--mainline--0.1 in the output]
      tla get myproj--mainline--0.1

...but then, you're leaving out the step in CVS where you find out
somehow that "myProj" is the module you want to grab, while you include
that same step in the tla version. In short, you're being unfair.





reply via email to

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