~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to README.txt

  • Committer: Michael Hudson
  • Date: 2008-02-29 03:46:27 UTC
  • mto: This revision was merged to the branch mainline in revision 147.
  • Revision ID: michael.hudson@canonical.com-20080229034627-mu22luq3kfpitj6g
review comments

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
LOGGERHEAD
2
2
==========
3
3
 
4
 
[ version 1.2 for bazaar 1.2 ]
 
4
[ Version 1.2 for Bazaar 1.2 ]
5
5
 
6
 
Loggerhead is a web viewer for bazaar branches.  It can be used to
 
6
Loggerhead is a web viewer for Bazaar branches.  It can be used to
7
7
navigate a branch history, annotate files, perform searches... all the
8
8
usual things.
9
9
 
47
47
    - a cache of files changed in a revision
48
48
    - a text searching cache
49
49
 
50
 
You can put the cache folder anywhere, but I find that a folder under
51
 
the branch's .bzr/ folder is the simplest place.
 
50
You can put the cache folder anywhere.  A folder under the branch's
 
51
.bzr/ folder is a convenient place.
52
52
 
53
53
The revision data cache and text searching cache will be automatically
54
54
filled once loggerhead starts up.  The caches for a branch with 15,000
56
56
mileage may vary.  Once they are built, they update every six hours or
57
57
so but usually finish quickly (or instantly) after the initial creation.
58
58
 
59
 
You may update the bazaar branch at any time (for example, from a cron).
60
 
Loggerhead will notice and refresh, and bazaar uses its own branch
 
59
You may update the Bazaar branch at any time (for example, from a cron).
 
60
Loggerhead will notice and refresh, and Bazaar uses its own branch
61
61
locking to prevent corruption.
62
62
 
63
63