Hi! I was just trying the intro examples out. But I am running into a small problem :) Can any one point me in the right direction?
------------------------------- [EMAIL PROTECTED] hello-world]$ ls {arch} hw.c main.c [EMAIL PROTECTED] hello-world]$ tla inventory --names S hw.c S main.c [EMAIL PROTECTED] hello-world]$ tla inventory --names --source hw.c main.c [EMAIL PROTECTED] hello-world]$ tla inventory --source [EMAIL PROTECTED] hello-world]$ tla add hw.c tla: unrecognized command (add) (try 'tla help') [EMAIL PROTECTED] hello-world]$ tla --version The GNU Arch Revision Control System (tla-1.3.1fix1) ------------------------------------
tla-1.3.1 onward got rid of the "tla add" command, and now only have "tla add-id". Sorry about the confusion.
You should be fine to just do:
tla add-id hw.c main.c
TIA, Sandip
John =:->
signature.asc
Description: OpenPGP digital signature
_______________________________________________ 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/
