Changes between Version 1 and Version 2 of adeiRCS
- Timestamp:
- 12/09/13 21:05:56 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
adeiRCS
v1 v2 9 9 10 10 == Accessing Repositories == 11 * First of all, you need to configure the bazaar to recognize the certificate of ADEI server 12 * Download the [raw-attachment:chain.crt CA certificate] and place it in some location 13 * Edit ''~/.bazaar/bazaar.conf'' and specify the path to this file in '''ssl.ca_certs''' in the '''DEFAULT'''. This should look like: 14 {{{ 15 email = Your Name <your.mail> 16 ssl.ca_certs=/opt/ssl/ca/chain.crt. 17 }}} 18 * Then, inform bazaar about your name and e-mail address. You should use '''bzr whoami''' command for this. 19 {{{ 20 bzr whoami "FirstName LastName <email@address.org>" 21 }}} 22 You may check current setting with 23 {{{ 24 bzr whoami 25 }}} 11 26 * To create a local branch of ADEI, the following command should be used: 12 27 {{{ 27 42 28 43 == Managing local changes == 29 * There are few basic commands you need to know to start working with Bazaar 44 There are few basic commands you need to know to start working with Bazaar: 30 45 * bzr status - will report current changes to the tree 31 46 * bzr diff - will output an unified diff file between current tree and last commit