~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/en/admin-guide/index.txt

  • Committer: John Arbash Meinel
  • Date: 2009-06-04 17:12:29 UTC
  • mto: This revision was merged to the branch mainline in revision 4410.
  • Revision ID: john@arbash-meinel.com-20090604171229-kbgfatt63y3u3uh1
Some small tweaks to decoding strings (avoid passing over the length 2x)

Down to 1.1s (from 1.4s) for decoding all of bzr.dev.
Also, favor decoding strings and then lists in _decode_object, since that is the
frequency we have those types inside Revisions.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
==========================
 
2
Bazaar Administrator Guide
 
3
==========================
 
4
 
 
5
Note: this is a work in progress!
 
6
 
 
7
.. contents:: Table of contents
 
8
   :depth: 2
 
9
 
 
10
Introduction
 
11
============
 
12
 
 
13
Introduction to administering a Bazaar server installation.
 
14
 
 
15
Scope of this guide
 
16
-------------------
 
17
 
 
18
What you need to run a Bazaar server
 
19
------------------------------------
 
20
 
 
21
Platform requirements etc
 
22
 
 
23
 
 
24
Simple setup
 
25
============
 
26
 
 
27
Smart server
 
28
------------
 
29
 
 
30
Recommended tools
 
31
-----------------
 
32
 
 
33
 
 
34
Migration
 
35
=========
 
36
 
 
37
Migrating from another VCS.
 
38
 
 
39
Legacy VCS to bzr sync.
 
40
 
 
41
 
 
42
Hooks
 
43
=====
 
44
 
 
45
 
 
46
Web-based code browsing
 
47
=======================
 
48
 
 
49
Loggerhead etc.
 
50
 
 
51
 
 
52
Integration with other tools
 
53
============================
 
54
 
 
55
PQM
 
56
---
 
57
 
 
58
Bug trackers
 
59
------------
 
60
 
 
61
Continuous integration tools
 
62
----------------------------
 
63
 
 
64
e.g. Cruise Control
 
65
 
 
66
Bundle Buggy
 
67
------------
 
68
 
 
69
 
 
70
Security
 
71
========
 
72
 
 
73
Authentication
 
74
--------------
 
75
 
 
76
ACLs
 
77
----
 
78
 
 
79
 
 
80
Back-up and restore
 
81
===================
 
82
 
 
83
 
 
84
Upgrades
 
85
========
 
86
 
 
87
Software upgrades
 
88
-----------------
 
89
 
 
90
Disk format upgrades
 
91
--------------------
 
92
 
 
93
Plugin upgrades
 
94
---------------
 
95
 
 
96
 
 
97
System monitoring
 
98
=================
 
99
 
 
100
 
 
101
Capacity planning tips
 
102
======================
 
103
 
 
104
Disk management etc.
 
105
 
 
106
 
 
107
Advanced topics
 
108
===============
 
109
 
 
110
Clustering
 
111
----------
 
112
 
 
113
Multi-site setups
 
114
-----------------