aboutsummaryrefslogtreecommitdiffstats
path: root/admin/notes
diff options
context:
space:
mode:
authorGlenn Morris2011-05-28 10:46:02 -0700
committerGlenn Morris2011-05-28 10:46:02 -0700
commit57f4e35d09c683681ec78104083e1b56eb403da3 (patch)
tree590a9ad19312c3db16337c8de10bdf5f18013b29 /admin/notes
parent5199bde17738aba58d6380ba5b334fd2a48b6621 (diff)
downloademacs-57f4e35d09c683681ec78104083e1b56eb403da3.tar.gz
emacs-57f4e35d09c683681ec78104083e1b56eb403da3.zip
* admin/notes/bzr: Your very own Loggerhead server.
Diffstat (limited to 'admin/notes')
-rw-r--r--admin/notes/bzr21
1 files changed, 21 insertions, 0 deletions
diff --git a/admin/notes/bzr b/admin/notes/bzr
index 8720982e0aa..2fdbc2854f8 100644
--- a/admin/notes/bzr
+++ b/admin/notes/bzr
@@ -179,3 +179,24 @@ where revision N+1 is the one where file was removed.
179 179
180You could also try `bzr add --file-ids-from', if you have a copy of 180You could also try `bzr add --file-ids-from', if you have a copy of
181another branch where file still exists. 181another branch where file still exists.
182
183* Loggerhead
184
185Loggerhead is the bzr tool for viewing a repository over http (similar
186to ViewVC). The central version is at http://bzr.savannah.gnu.org/lh/emacs,
187but if you just like the way this interface presents data, then if
188you have your own copy of the repository, you can operate your own
189Loggerhead server in stand-alone mode, and so help to reduce the load
190on Savannah:
191
192 bzr branch lp:loggerhead ~/.bazaar/plugins/loggerhead
193 cd /path/to/emacs/bzr
194 bzr serve --http
195
196You may need to install some Python dependencies to get this command to work.
197For example, on RHEL6 I needed:
198
199 yum install python-paste python-simplejson
200 yum --enablerepo=epel install python-simpletal
201
202Then point your web-browser to http://127.0.0.1:8080/ .