Created 16/7/2009
Baazar is distributed source control system (also known as a distributed version control system). In FC linux, the baazar client is called bzr and can be installed with yum (e.g., yum install bzr).
The baazar server requires that each client identify themselves by a string, which typically includes a user name and mail address. E.g.,
bash $ bzr whoami "Foo <foo@bund.com.au>"
Launchpad is a free vcs hosting for opensource. Seems heavily integrated into bzr. Need to open an account, which is email based. As an example, the zim project is hosted at https://launchpad.net/zim
Stuart Moorfoot © 16 July 2009 foo@bund.com.au