Sophie

Sophie

distrib > Fedora > 16 > i386 > by-pkgid > 9457b02689c69e152aa2cda68176fa51 > files > 39

buildbot-doc-0.8.4p1-2.fc16.noarch.rpm

<html lang="en">
<head>
<title>Bzr - BuildBot Manual - 0.8.4p1</title>
<meta http-equiv="Content-Type" content="text/html">
<meta name="description" content="BuildBot Manual - 0.8.4p1">
<meta name="generator" content="makeinfo 4.13">
<link title="Top" rel="start" href="index.html#Top">
<link rel="up" href="Source-Checkout.html#Source-Checkout" title="Source Checkout">
<link rel="prev" href="Mercurial.html#Mercurial" title="Mercurial">
<link rel="next" href="P4.html#P4" title="P4">
<link href="http://www.gnu.org/software/texinfo/" rel="generator-home" title="Texinfo Homepage">
<!--
This is the BuildBot manual for Buildbot version 0.8.4p1.

Copyright (C) 2005, 2006, 2009, 2010 Brian Warner

Copying and distribution of this file, with or without
modification, are permitted in any medium without royalty
provided the copyright notice and this notice are preserved.-->
<meta http-equiv="Content-Style-Type" content="text/css">
<style type="text/css"><!--
  pre.display { font-family:inherit }
  pre.format  { font-family:inherit }
  pre.smalldisplay { font-family:inherit; font-size:smaller }
  pre.smallformat  { font-family:inherit; font-size:smaller }
  pre.smallexample { font-size:smaller }
  pre.smalllisp    { font-size:smaller }
  span.sc    { font-variant:small-caps }
  span.roman { font-family:serif; font-weight:normal; } 
  span.sansserif { font-family:sans-serif; font-weight:normal; } 
--></style>
</head>
<body>
<div class="node">
<a name="Bzr"></a>
<p>
Next:&nbsp;<a rel="next" accesskey="n" href="P4.html#P4">P4</a>,
Previous:&nbsp;<a rel="previous" accesskey="p" href="Mercurial.html#Mercurial">Mercurial</a>,
Up:&nbsp;<a rel="up" accesskey="u" href="Source-Checkout.html#Source-Checkout">Source Checkout</a>
<hr>
</div>

<h5 class="subsubsection">4.12.3.5 Bzr</h5>

<p><a name="index-Bzr-Checkout-89"></a><a name="index-buildbot_002esteps_002esource_002eBzr-90"></a>
<code>bzr</code> is a descendant of Arch/Baz, and is frequently referred to
as simply &ldquo;Bazaar&rdquo;. The repository-vs-workspace model is similar to
Darcs, but it uses a strictly linear sequence of revisions (one
history per branch) like Arch. Branches are put in subdirectories. 
This makes it look very much like Mercurial. It takes the following
arguments:

     <dl>
<dt><code>repourl</code><dd>(required unless <code>baseURL</code> is provided): the URL at which the
Bzr source repository is available.

     <br><dt><code>baseURL</code><dd>(required unless <code>repourl</code> is provided): the base repository URL,
to which a branch name will be appended. It should probably end in a
slash.

     <br><dt><code>defaultBranch</code><dd>(allowed if and only if <code>baseURL</code> is provided): this specifies
the name of the branch to use when a Build does not provide one of its
own. This will be appended to <code>baseURL</code> to create the string that
will be passed to the <code>bzr checkout</code> command.

     <br><dt><code>forceSharedRepo</code><dd>(boolean, optional, defaults to False): If set to True, the working directory
will be made into a bzr shared repository if it is not already. Shared
repository greatly reduces the amount of history data that needs to be
downloaded if not using update/copy mode, or if using update/copy mode with
multiple branches. 
</dl>

   </body></html>