File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -97,14 +97,14 @@ it and start the web application.
97
97
4.1 Setting up the sources
98
98
--------------------------
99
99
100
- Source base must be available locally for OpenGrok to work efficiently.
100
+ Source base should be available locally for OpenGrok to work efficiently.
101
101
No changes are required to your source tree. If the code is under source
102
102
control management (SCM) OpenGrok requires the checked out source tree under
103
103
SRC_ROOT.
104
104
105
105
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.
108
108
109
109
It is possible for SCM systems which are not distributed (Subversion, CVS)
110
110
to use a remote repository but this is not recommended due to the performance
@@ -118,8 +118,8 @@ by OpenGrok.
118
118
Note that OpenGrok ignores symbolic links.
119
119
120
120
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.
123
123
124
124
125
125
4.2 Using Opengrok wrapper script to create indexes
You can’t perform that action at this time.
0 commit comments