Re: [leaf-wisp] Problem in build.sh
Vladimir Ivaschenko <[email protected]>
| Newsgroups | gmane.linux.leaf.wisp-dist |
|---|---|
| Message-ID | <[email protected]> |
Apparently the new command is "log-versions". I have applied a workaround so that tla log-ls is not used anymore, check the latest development tree. Ray Gwinn wrote: > It looks like the option you want is "logs". My tla version is 1.2. The full output of tla help > follows: > > tla sub-commands > ---------------- > > * help > > help : provide help with arch > > > * User Commands > > my-id : print or change your id > > my-default-archive : print or change your default archive > register-archive : change an archive location registration > whereis-archive : print an archive location registration > archives : Report registered archives and their locations. > > > * Project Tree Commands > > init-tree : initialize a new project tree > tree-root : find and print the root of a project tree > > tree-version : print the default version for a project tree > set-tree-version : set the default version for a project tree > > undo : undo and save changes in a project tree > redo : redo changes in project tree > > changes : report about local changes in a project tree > file-diffs : show local changes to a file > > > * Project Tree Inventory Commands > > inventory : inventory a source tree > tree-lint : audit a source tree > id : report the inventory id for a file > > id-tagging-method : print or change a project tree id tagging method > > add-id : add an explicit inventory id > add : (alias for add-id) > delete-id : remove an explicit inventory id > delete : (alias for delete-id) > rm : remove a file (or dir, or symlink) and its explicit inventory tag (if any) > move-id : move an explicit inventory id > move : (alias for move-id) > mv : move a file (or dir, or symlink) and it's explicit inventory tag (if any) > explicit-default : print or modify default ids > default-id : (alias for explicit-default) > > id-tagging-defaults : print the default =tagging-method contents > > > * Patch Set Commands > > changeset : compute a whole-tree changeset > mkpatch : (alias for changeset) > apply-changeset : apply a whole-tree changeset > dopatch : (alias for apply-changeset) > show-changeset : generate a report from a changeset > > > * Archive Transaction Commands > > make-archive : create a new archive directory > archive-setup : create new categories, branches and versions > > make-category : create a new archive category > make-branch : create a new archive branch > make-version : create a new archive version > > import : archive a full-source base-0 revision > commit : archive a changeset-based revision > > get : construct a project tree for a revision > get-changeset : retrieve a changeset from an archive > > lock-revision : lock (or unlock) an archive revision > archive-mirror : update an archive mirror > > > * Archive Commands > > abrowse : print an outline describing archive contents > rbrowse : print an outline describing an archive's contents > categories : list the categories in an archive > branches : list the branches in an archive category > versions : list the versions in an archive branch > revisions : list the revisions in an archive version > ancestry : display the ancestory of a revision > ancestry-graph : display the ancestory of a revision > > cat-archive-log : print the contents of an archived log entry > > cacherev : cache a full source tree in an archive > cachedrevs : list cached revisions in an archive > uncacherev : remove a cached full source tree from an archive > > archive-meta-info : report meta-info from an archive > archive-snapshot : update an archive snapshot > archive-version : list the archive-version in an archive > > archive-fixup : fix ancillary files (e.g. .listing files) in an archive > > > * Patch Log Commands > > make-log : initialize a new log file entry > log-versions : list patch log versions in a project tree > add-log-version : add a patch log version to a project tree > remove-log-version : remove a version's patch log from a project tree > logs : list patch logs for a version in a project tree > cat-log : print the contents of a project tree log entry > > changelog : generate a ChangeLog from a patch log > > log-for-merge : generate a log entry body for a merge > merges : report where two branches have been merged > new-merges : list tree patches new to a version > > > * Multi-project Configuration Commands > > build-config : instantiate a multi-project config > cat-config : output information about a multi-project config > > > * Commands for Branching and Merging > > tag : create a continuation revision (aka tag or branch) > > update : update a project tree to reflect recent archived changes > replay : apply revision changesets to a project tree > star-merge : merge mutually merged branches > apply-delta : Compute a changeset between any two trees or revisions and > apply it to a project tree > missing : print patches missing from a project tree > > join-branch : construct a project tree for a version > sync-tree : unify a project tree's patch-log with a given revision > > delta : Compute a changeset (or diff) between any two trees or revisions > > > * Local Cache Commands > > changes : report about local changes in a project tree > file-diffs : show local changes to a file > file-find : find given version of file > > pristines : list pristine trees in a project tree > lock-pristine : lock (or unlock) a pristine tree > add-pristine : ensure that a project tree has a particular pristine revision > find-pristine : find and print the path to a pristine revision > > > * Revision Library Commands > > my-revision-library : print or change your revision library path > library-config : configure parameters of a revision library > library-find : find and print the location of a revision in the revision library > library-add : add a revision to the revision library > library-remove : remove a revision from the revision library > library-archives : list the archives in your revision library > library-categories : list the categories in your revision library > library-branches : list the branches in a library category > library-versions : list the versions in a library branch > library-revisions : list the revisions in a library version > library-log : output a log message from the revision library > library-file : find a file in a revision library > > > * Published Revisions Commands > > grab : grab a published revision > > > * Miscellaneous Scripting Support > > parse-package-name : parse a package name > valid-package-name : test a package name for validity > > > Use tla command -h for help on `command', or tla command -H for detailed help > > > On 9 May 2004 at 22:53, Vladimir Ivashchenko wrote: > > >>Hi, >> >>I'm using version 1.0, what is output for "tla -V" on >>your machine? Probably they changed "log-ls" command to >>something else, let me know what command is used to print version >>patches in a project tree. >> >>Ray Gwinn wrote about "[leaf-wisp] Problem in build.sh": >> >>>Vladimir, there seems to be a small problem in the current build.sh script. >>>The image builds okay, but is not given the name that I think you intend. >>> >>>When I execute "build.sh -s", I get the following error: >>> >>>tla: unrecognized command (log-ls) >>> (try 'tla help') >>> >>>My tla is version 1.2. >>> >>>Ray >>> >>> >>> >>>------------------------------------------------------- >>>This SF.Net email is sponsored by Sleepycat Software >>>Learn developer strategies Cisco, Motorola, Ericsson & Lucent use to >>>deliver higher performing products faster, at low TCO. >>>http://www.sleepycat.com/telcomwpreg.php?From=osdnemail3 >>>_______________________________________________ >>>leaf-wisp-dist mailing list >>>[email protected] >>>https://lists.sourceforge.net/lists/listinfo/leaf-wisp-dist >> >>-- >>Best Regards, >>Vladimir Ivashchenko >>ThunderWorx - www.thunderworx.com >>Senior Systems Designer/Engineer > > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by Sleepycat Software > Learn developer strategies Cisco, Motorola, Ericsson & Lucent use to > deliver higher performing products faster, at low TCO. > http://www.sleepycat.com/telcomwpreg.php?From=osdnemail3 > _______________________________________________ > leaf-wisp-dist mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/leaf-wisp-dist > -- Best Regards, Vladimir Ivashchenko ThunderWorx - www.thunderworx.com Senior Systems Designer/Engineer ------------------------------------------------------- This SF.Net email is sponsored by Sleepycat Software Learn developer strategies Cisco, Motorola, Ericsson & Lucent use to deliver higher performing products faster, at low TCO. http://www.sleepycat.com/telcomwpreg.php?From=osdnemail3