1
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3
<html xmlns="http://www.w3.org/1999/xhtml">
4
<head xmlns="http://www.w3.org/1999/xhtml">
5
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
6
<title xmlns="">Bazaar</title>
7
<link rel="stylesheet" href="../../libs/ubuntu-book.css" type="text/css" />
8
<link rel="home" href="index.html" title="Guida a Ubuntu server" />
9
<link rel="up" href="version-control-system.html" title="Capitolo 16. Sistemi per il controllo della versione" />
10
<link rel="prev" href="version-control-system.html" title="Capitolo 16. Sistemi per il controllo della versione" />
11
<link rel="next" href="subversion.html" title="Subversion" />
12
<link rel="copyright" href="/legal.html" title="Riconoscimenti e licenza" />
14
<link href="http://help.ubuntu-it.org/favicon.ico" rel="shortcut icon" />
16
<div id="page-border-left-repeat">
17
<div id="page-border-right-repeat">
18
<script type="text/javascript">
19
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
20
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
22
<script type="text/javascript">
24
var pageTracker = _gat._getTracker("UA-8147493-2");
25
pageTracker._trackPageview();
26
} catch(err) {}</script>
27
<div id="page-border-top-repeat">
29
<div id="header-navigation">
32
<a href="http://www.ubuntu-it.org">Web</a>
35
<a href="http://wiki.ubuntu-it.org">Documentazione</a>
38
<a href="http://forum.ubuntu-it.org">Forum</a>
41
<a href="http://planet.ubuntu-it.org">Planet</a>
45
<form action="http://help.ubuntu-it.org/10.04/ubuntu/search.php" id="cse-search-box">
47
<input type="text" name="s" size="28" title="search" />
48
<input type="submit" value="Cerca" title="search" />
55
<div class="pagelocation"><a href="http://help.ubuntu-it.org/">Documentazione di Ubuntu</a> → <a href="http://help.ubuntu-it.org/10.04/ubuntu/">Ubuntu 10.04</a> → <span class="breadcrumb-link"><a href="index.html">Guida a Ubuntu server</a></span> → <span class="breadcrumb-link"><a href="version-control-system.html">Sistemi per il controllo della versione</a></span> → <span class="breadcrumb-node">Bazaar</span></div>
56
<div xmlns="http://www.w3.org/1999/xhtml" class="sect1" title="Bazaar">
57
<div class="titlepage">
60
<h2 class="title" style="clear: both"><a id="bazaar"></a>Bazaar</h2>
64
<p>Bazaar è un nuovo sistema di controllo della versione sponsorizzato da Canonical, la società commerciale dietro Ubuntu. Diversamente da Subversion e CVS che supportano solamente un modello centralizzato di repository, Bazaar supporta anche un <span class="emphasis"><em>controllo distribuito della versione</em></span>, consentendo alle persone di collaborare più efficientemente. In particolare, Bazaar è progettato per massimizzare il livello di partecipazione della comunità nei progetti open source.</p>
65
<div class="sect2" title="Installazione">
66
<div class="titlepage">
69
<h3 class="title"><a id="bzr-installation"></a>Installazione</h3>
73
<p>Per installare <span class="application"><strong>bzr</strong></span>, in un terminale, digitare: </p>
75
<span class="command"><strong>sudo apt-get install bzr</strong></span>
78
<div class="sect2" title="Configurazione">
79
<div class="titlepage">
82
<h3 class="title"><a id="bzr-configuration"></a>Configurazione</h3>
86
<p>Per introdursi a <span class="application"><strong>bzr</strong></span>, usare il comandi <span class="emphasis"><em>whoami</em></span>: </p>
88
<span class="command"><strong>$ bzr whoami 'Mario Rossi <mario.rossi@ubuntu.com>'</strong></span>
91
<div class="sect2" title="Imparare a usare Bazaar">
92
<div class="titlepage">
95
<h3 class="title"><a id="bzr-learning"></a>Imparare a usare Bazaar</h3>
99
<p>La documentazione fornita con Bazaar è installata in <span class="application"><strong>/usr/share/doc/bzr/html</strong></span>, il tutorial è un buon punto di partenza. Il comando <span class="application"><strong>bzr</strong></span> è dotato di un sistema di aiuto integrato: </p>
101
<span class="command"><strong>$ bzr help</strong></span>
103
<p>Per avere maggiori informazioni riguardo il comando <span class="emphasis"><em>foo</em></span>: </p>
105
<span class="command"><strong>$ bzr help foo</strong></span>
108
<div class="sect2" title="Integrazione con Launchpad">
109
<div class="titlepage">
112
<h3 class="title"><a id="bzr-lp-integration"></a>Integrazione con Launchpad</h3>
116
<p>Anche se è altamente utilizzabile come strumento dedicato, Bazaar è dotato di un'ottima integrazione con <a class="ulink" href="https://launchpad.net/" target="_top">Launchpad</a>, il sistema di sviluppo collaborativo utilizzato da Canonical, e altre comunità di progetti open source, per la gestione di Ubuntu. Per informazioni su come Bazaar possa essere usato con Launchpad per la collaborazione nei progetti open source, consultare <a class="ulink" href="http://bazaar-vcs.org/LaunchpadIntegration/" target="_top"> http://bazaar-vcs.org/LaunchpadIntegration</a>.</p>
119
<div xmlns="http://www.w3.org/1999/xhtml" class="navfooter">
121
<table width="100%" summary="Navigation footer">
123
<td width="40%" align="left"><a accesskey="p" href="version-control-system.html"><img src="../../libs/navig/prev.png" alt="Indietro" /></a> </td>
124
<td width="20%" align="center">
125
<a accesskey="u" href="version-control-system.html">
126
<img src="../../libs/navig/up.png" alt="Risali" />
129
<td width="40%" align="right"> <a accesskey="n" href="subversion.html"><img src="../../libs/navig/next.png" alt="Avanti" /></a></td>
132
<td width="40%" align="left" valign="top">Capitolo 16. Sistemi per il controllo della versione </td>
133
<td width="20%" align="center">
134
<a accesskey="h" href="index.html">
135
<img src="../../libs/navig/home.png" alt="Partenza" />
138
<td width="40%" align="right" valign="top"> Subversion</td>
144
<div id="page-border-bottom-repeat">
147
Ubuntu e Canonical sono marchi registrati da Canonical Ltd.
151
<div id="page-border-right-top"></div>
152
<div id="page-border-right-bottom"></div>
154
<div id="page-border-left-top"></div>
155
<div id="page-border-left-bottom"></div>