@@ -40,10 +40,8 @@ Offical page of the project is on:
40
40
http://tomcat.apache.org/
41
41
* Exuberant Ctags
42
42
http://ctags.sourceforge.net/
43
- * Subversion 1.3.0 or later if SVN support is needed
44
- http://subversion.tigris.org/
45
- * Mercurial 0.9.3 or later if Mercurial support is needed
46
- http://www.selenic.com/mercurial/wiki/
43
+ * Source Code Management installation
44
+ depending on type of repositories indexed
47
45
* If you want to build OpenGrok:
48
46
- Ant (1.8 and later)
49
47
http://ant.apache.org/
@@ -108,10 +106,14 @@ By itself OpenGrok does not perform the setup of the source code repositories
108
106
or sychronization of the source code with its origin. This is to be done by
109
107
the user or automatic scripts.
110
108
111
- It is possible for some SCM systems to use a remote repository (Subversion,
112
- CVS), but this is not recommended due to the performance penalty. Special
113
- option when running the OpenGrok indexer is needed to enable remote repository
114
- support ("-r on").
109
+ It is possible for SCM systems which are not distributed (Subversion, CVS)
110
+ to use a remote repository but this is not recommended due to the performance
111
+ penalty. Special option when running the OpenGrok indexer is needed to enable
112
+ remote repository support ("-r on").
113
+
114
+ In order for history indexing to work for any SCM system it is necessary
115
+ to have environment for given SCM systems installed and in a path accessible
116
+ by OpenGrok.
115
117
116
118
Note that OpenGrok ignores symbolic links.
117
119
0 commit comments