Version Control

Stefan Reinauer stepan at openbios.org
Tue Mar 8 14:39:00 CET 2005


* Li-Ta Lo <ollie at lanl.gov> [050308 20:13]:
> stepan at 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 at 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 at openbios.org--devel/freebios--devel--2.0 freebios2

  will fetch the tree calling the target directory freebios2

Stefan






More information about the coreboot mailing list