~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to serve-branches.1

  • Committer: Robey Pointer
  • Date: 2007-09-03 07:32:18 UTC
  • mto: (140.2.1 merge-robey)
  • mto: This revision was merged to the branch mainline in revision 142.
  • Revision ID: robey@lag.net-20070903073218-q18oindx5n8d02fh
unfiled bug that i just noticed today:
the 'changes' cache was storing revnos for changes' parents.  as with all
the previous places we removed revno from the cache, it's no good here,
because the cache may be shared among multiple branches in a single
repository, each with different ideas of what revno a particular revision
is.  so stop caching the revnos and generate them at runtime.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.TH LOGGERHEAD "1" "August 2008" "loggerhead 1.6" "User Commands"
2
 
.SH NAME
3
 
loggerhead \- run a loggerhead server
4
 
.SH SYNOPSIS
5
 
.B serve-branches
6
 
[\fIoptions\fR] \fI<path>\fR
7
 
.SH DESCRIPTION
8
 
Loggerhead is a web viewer for projects in bazaar. It can be used to navigate 
9
 
a branch history, annotate files, view patches, perform searches, etc. It's 
10
 
heavily based on bazaar-webserve, which is itself based on hgweb for Mercurial.
11
 
.PP
12
 
The serve-branches command runs a standalone loggerhead server in the foreground.
13
 
.SH OPTIONS
14
 
.TP
15
 
\fB\-h\fR, \fB\-\-help\fR
16
 
show this help message and exit
17
 
.TP
18
 
\fB\-\-user\-dirs\fR
19
 
Serve user directories as ~user.
20
 
.TP
21
 
\fB\-\-trunk\-dir\fR=\fIDIR\fR
22
 
The directory that contains the trunk branches.
23
 
.TP
24
 
\fB\-\-port\fR
25
 
Port Loggerhead should listen on (defaults to 8080).
26
 
.TP
27
 
\fB\-\-host\fR
28
 
Host Loggerhead should listen on.
29
 
.TP
30
 
\fB\-\-prefix\fR
31
 
Specify host prefix.
32
 
.TP
33
 
\fB\-\-reload\fR
34
 
Restarts the application when changing python files. Only used for development purposes.
35
 
.TP
36
 
\fB\-\-log\-folder\fR=\fILOG_FOLDER\fR
37
 
The directory to place log files
38
 
.TP
39
 
\fB\-\-version\fR
40
 
Print the software version and exit.
41
 
.SH "LICENSE"
42
 
GNU GPLv2 or later.
43
 
.SH "SEE ALSO"
44
 
https://launchpad.net/loggerhead