How to use arch with the LNX-BBC project
Since arch is relatively new, its documentation tends toward the general and the architectural. Tutorials are getting better, and lately the gnu-arch wiki has become an invaluable resource. The following documents are very useful:
So download arch and start reading this tutorial. We hope to keep it strictly relevant to the lnx-bbc project.
To start with, here's the nickel tour for using arch the same way you used to use CVS:
Setup
$ tla my-id "My Name <my-email@my-hostname.tld>" $ gpg --gen-key $ mkdir ~/.arch-params/signing/ $ echo 'gpg --default-key "<haesslich@lnx-bbc.com>" --clearsign' > ~/.arch-params/signing/\=default $ echo '/usr/bin/tla-gpg-check gpg_command="gpg --keyserver subkeys.pgp.net --keyserver-options auto-key-retrieve --verify-files -"' > ~/.arch-params/signing/\=default.check
Checkout
$ tla register-archive sftp://haesslich@arch.lnx-bbc.com/var/www/arch/ $ tla get lnx-bbc-devel@zork.net--gar/lnx-bbc--stable $ tla get lnx-bbc-devel@zork.net--gar/lnx-bbc--research
Update
$ tla update
Checkin
$ tla commit
That should get you on your feet. To reap the benefits of the distributed workflow that arch allows, read on for the $7 tour.
![[LNX-BBC]](logo.png)