emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r104403: * admin/notes/bzr: Your very


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r104403: * admin/notes/bzr: Your very own Loggerhead server.
Date: Sat, 28 May 2011 10:46:02 -0700
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 104403
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Sat 2011-05-28 10:46:02 -0700
message:
  * admin/notes/bzr: Your very own Loggerhead server.
modified:
  admin/notes/bzr
=== modified file 'admin/notes/bzr'
--- a/admin/notes/bzr   2011-05-14 19:09:37 +0000
+++ b/admin/notes/bzr   2011-05-28 17:46:02 +0000
@@ -179,3 +179,24 @@
 
 You could also try `bzr add --file-ids-from', if you have a copy of
 another branch where file still exists.
+
+* Loggerhead
+
+Loggerhead is the bzr tool for viewing a repository over http (similar
+to ViewVC).  The central version is at http://bzr.savannah.gnu.org/lh/emacs,
+but if you just like the way this interface presents data, then if
+you have your own copy of the repository, you can operate your own
+Loggerhead server in stand-alone mode, and so help to reduce the load
+on Savannah:
+
+  bzr branch lp:loggerhead ~/.bazaar/plugins/loggerhead
+  cd /path/to/emacs/bzr
+  bzr serve --http
+
+You may need to install some Python dependencies to get this command to work.
+For example, on RHEL6 I needed:
+
+  yum install python-paste python-simplejson
+  yum --enablerepo=epel install python-simpletal
+
+Then point your web-browser to http://127.0.0.1:8080/ .


reply via email to

[Prev in Thread] Current Thread [Next in Thread]