Changes between Version 1 and Version 2 of adeiRCS

Show
Ignore:
Author:
csa (IP: 217.112.40.22)
Timestamp:
12/09/13 21:05:56 (10 years ago)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • adeiRCS

    v1 v2  
    99 
    1010== 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{{{ 
     15email = Your Name <your.mail> 
     16ssl.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{{{ 
     20bzr whoami "FirstName LastName <email@address.org>" 
     21}}} 
     22You may check current setting with 
     23{{{ 
     24bzr whoami 
     25}}} 
    1126 * To create a local branch of ADEI, the following command should be used: 
    1227{{{ 
    2742 
    2843== Managing local changes == 
    29  * There are few basic commands you need to know to start working with Bazaar 
     44There are few basic commands you need to know to start working with Bazaar: 
    3045  * bzr status - will report current changes to the tree 
    3146  * bzr diff - will output an unified diff file between current tree and last commit