Update of /cvsroot/lxr/lxr/templates
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv15286/templates
Modified Files:
global.conf.part
Log Message:
Files/*.pm, templates/global.conf.part: new 'xxxpath' parameters (similar to 'cvspath')
These parameters allow to use privately installed source code management utilities if not system provided (changes to BK [valid?], git, mercurial and subversion modules).
Index: global.conf.part
===================================================================
RCS file: /cvsroot/lxr/lxr/templates/global.conf.part,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- global.conf.part 26 Nov 2013 08:49:14 -0000 1.6
+++ global.conf.part 3 Dec 2013 13:38:23 -0000 1.7
@@ -70,8 +70,11 @@
#- Location of the ectags.conf file
, 'ectagsconf' => '%LXRroot%/templates/ectags.conf'
- #- Paths for CVS module
+ #- Paths for VCS storage modules
, 'cvspath' => '/bin:/usr/local/bin:/usr/bin:/usr/sbin'
+ , 'gitpath' => '/bin:/usr/local/bin:/usr/bin:/usr/sbin'
+ , 'hgpath' => '/bin:/usr/local/bin:/usr/bin:/usr/sbin'
+ , 'svnpath' => '/bin:/usr/local/bin:/usr/bin:/usr/sbin'
# Computer DNS names subsection #
#================================
|