* Li-Ta Lo ollie@lanl.gov [050308 20:13]:
stepan@openbios.org--devel/freebios--devel--2.0
what is the tla command for
cvs -d:xxx login cvs -d:xxx co freebios2
You would do:
* once (preperation to use arch in general and on the openbios.org repos):
# make TLA know about you tla my-id "Li-Ta Lo ollie@lanl.gov"
# make TLA know about where to find the code tla register-archive ftp://ftp.openbios.org/pub/arch/stepan@openbios.org--devel
# register key wget http://www.openbios.org/~stepan/gpg/openbios-arch.pub gpg --import openbios-arch.pub
* then everytime you do a fresh checkout:
tla get stepan@openbios.org--devel/freebios--devel--2.0 freebios2
will fetch the tree calling the target directory freebios2
Stefan