Changes between Version 6 and Version 7 of adeiRCS
- Timestamp:
- 02/12/14 10:50:13 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
adeiRCS
v6 v7 7 7 8 8 [[BR]] 9 10 == Instaling Bazaar == 11 Bazaar 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] 9 15 10 16 == Accessing Repositories == 25 31 bzr whoami 26 32 }}} 33 * You will need to install a bazaar plugin (webdav) 34 {{{ 35 cd ~/.bazaar/plugins/ 36 bzr branch lp:bzr-webdav 37 mv bzr-webdav webdav 38 }}} 27 39 * To create a local branch of ADEI, the following command should be used: 28 40 {{{ 29 41 bzr branch https+webdav://darksoft.org/dev/adei/adei 30 42 }}} 43 asdasdasd 44 31 45 * You may synchronize with master branch, using 32 46 {{{