[vhffs-dev] [1898] Fixed formating bug in viewvc conf files. |
[ Thread Index |
Date Index
| More vhffs.org/vhffs-dev Archives
]
Revision: 1898
Author: beuss
Date: 2011-07-27 22:02:34 +0200 (Wed, 27 Jul 2011)
Log Message:
-----------
Fixed formating bug in viewvc conf files.
Modified Paths:
--------------
trunk/vhffs-robots/misc/cvs_viewvc.conf.tt
trunk/vhffs-robots/misc/svn_viewvc.conf.tt
Modified: trunk/vhffs-robots/misc/cvs_viewvc.conf.tt
===================================================================
--- trunk/vhffs-robots/misc/cvs_viewvc.conf.tt 2011-07-25 21:00:54 UTC (rev 1897)
+++ trunk/vhffs-robots/misc/cvs_viewvc.conf.tt 2011-07-27 20:02:34 UTC (rev 1898)
@@ -69,7 +69,7 @@
# names to them. Each root should be given by a "name: path" value. Multiple
# roots should be separated by commas and can be placed on separate lines.
#
-cvs_roots = [% FOREACH root IN cvsroots %][% root %][% ",\n" UNLESS loop.last() %][% END %]
+cvs_roots = [% FOREACH root IN cvsroots %][% root %][% ",\n\t" UNLESS loop.last() %][% END %]
#
# This setting specifies each of the Subversion roots (repositories)
Modified: trunk/vhffs-robots/misc/svn_viewvc.conf.tt
===================================================================
--- trunk/vhffs-robots/misc/svn_viewvc.conf.tt 2011-07-25 21:00:54 UTC (rev 1897)
+++ trunk/vhffs-robots/misc/svn_viewvc.conf.tt 2011-07-27 20:02:34 UTC (rev 1898)
@@ -77,7 +77,7 @@
# by a "name: path" value. Multiple roots should be separated by
# commas and can be placed on separate lines.
#
-svn_roots = [% FOREACH root IN svnroots %][% root %][% ",\n" UNLESS loop.last() %][% END %]
+svn_roots = [% FOREACH root IN svnroots %][% root %][% ",\n\t" UNLESS loop.last() %][% END %]
# The 'root_parents' setting specifies a list of directories in which
# any number of repositories may reside. Rather than force you to add