Skip to content

Commit ea28ab5

Browse files
committed
soften the requirement for local source copy, reword
1 parent 80e912e commit ea28ab5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -97,14 +97,14 @@ it and start the web application.
9797
4.1 Setting up the sources
9898
--------------------------
9999

100-
Source base must be available locally for OpenGrok to work efficiently.
100+
Source base should be available locally for OpenGrok to work efficiently.
101101
No changes are required to your source tree. If the code is under source
102102
control management (SCM) OpenGrok requires the checked out source tree under
103103
SRC_ROOT.
104104

105105
By itself OpenGrok does not perform the setup of the source code repositories
106-
or sychronization of the source code with its origin. This is to be done by
107-
the user or automatic scripts.
106+
or sychronization of the source code with its origin. This needs to be done by
107+
the user or by using automatic scripts.
108108

109109
It is possible for SCM systems which are not distributed (Subversion, CVS)
110110
to use a remote repository but this is not recommended due to the performance
@@ -118,8 +118,8 @@ by OpenGrok.
118118
Note that OpenGrok ignores symbolic links.
119119

120120
If you want to skip indexing the history of a particular directory
121-
(and all of it's subdirectories), you can touch .opengrok_skip_history at the root
122-
of that directory
121+
(and all of it's subdirectories), you can touch '.opengrok_skip_history' file
122+
at the root of that directory.
123123

124124

125125
4.2 Using Opengrok wrapper script to create indexes

0 commit comments

Comments
 (0)