Changes between Version 6 and Version 7 of adeiRCS

Show
Ignore:
Author:
ntj (IP: 141.52.65.149)
Timestamp:
02/12/14 10:50:13 (10 years ago)
Comment:

added install section and added an extra step to install bazaar plugin.

Legend:

Unmodified
Added
Removed
Modified
  • adeiRCS

    v6 v7  
    77 
    88[[BR]] 
     9 
     10== Instaling Bazaar == 
     11Bazaar installation is pretty straightforward: 
     12  * GNU/Linux: Bazaar is probably in your GNU/Linux distribution already. 
     13  * Windows: [http://wiki.bazaar.canonical.com/WindowsDownloads] 
     14  * Mac OS X: [http://wiki.bazaar.canonical.com/MacOSXBundle] 
    915 
    1016== Accessing Repositories == 
    2531bzr whoami 
    2632}}} 
     33 * You will need to install a bazaar plugin (webdav) 
     34{{{ 
     35cd ~/.bazaar/plugins/ 
     36bzr branch lp:bzr-webdav 
     37mv bzr-webdav webdav 
     38}}}  
    2739 * To create a local branch of ADEI, the following command should be used: 
    2840{{{ 
    2941bzr branch  https+webdav://darksoft.org/dev/adei/adei 
    3042}}} 
     43   asdasdasd 
     44 
    3145 * You may synchronize with master branch, using  
    3246{{{