[vhffs-dev] [svn] commit: r297 - /branches/vhffs_4.1/vhffs-robots/src/create_viewvcconf.pl /trunk/vhffs-robots/src/create_viewvcconf.pl

[ Thread Index | Date Index | More vhffs.org/vhffs-dev Archives ]


Author: gradator
Date: Sun Nov 12 07:08:42 2006
New Revision: 297

Log:
viewvc.conf needs fscking stupid spaces


Modified:
    branches/vhffs_4.1/vhffs-robots/src/create_viewvcconf.pl
    trunk/vhffs-robots/src/create_viewvcconf.pl

Modified: branches/vhffs_4.1/vhffs-robots/src/create_viewvcconf.pl
==============================================================================
--- branches/vhffs_4.1/vhffs-robots/src/create_viewvcconf.pl (original)
+++ branches/vhffs_4.1/vhffs-robots/src/create_viewvcconf.pl Sun Nov 12 07:08:42 2006
@@ -58,7 +58,7 @@
 	{
 		if( $cvs->is_public == 1 )
 		{
-			$cvsroots .= "cvs_" . $cvs->get_group->get_groupname . "_" . $cvs->get_cvsroot . ": " . $cvs->get_dir . ",\n";
+			$cvsroots .= "  cvs_" . $cvs->get_group->get_groupname . "_" . $cvs->get_cvsroot . ": " . $cvs->get_dir . ",\n";
 		}
 	}
 }
@@ -72,7 +72,7 @@
 	{
 		if( $svn->is_public == 1 )
 		{
-			$svnroots .= "svn_" . $svn->get_group->get_groupname . "_" . $svn->get_reponame . ": " . $svn->get_dir . ",\n";
+			$svnroots .= "  svn_" . $svn->get_group->get_groupname . "_" . $svn->get_reponame . ": " . $svn->get_dir . ",\n";
 		}
 	}
 }

Modified: trunk/vhffs-robots/src/create_viewvcconf.pl
==============================================================================
--- trunk/vhffs-robots/src/create_viewvcconf.pl (original)
+++ trunk/vhffs-robots/src/create_viewvcconf.pl Sun Nov 12 07:08:42 2006
@@ -58,7 +58,7 @@
 	{
 		if( $cvs->is_public == 1 )
 		{
-			$cvsroots .= "cvs_" . $cvs->get_group->get_groupname . "_" . $cvs->get_cvsroot . ": " . $cvs->get_dir . ",\n";
+			$cvsroots .= "  cvs_" . $cvs->get_group->get_groupname . "_" . $cvs->get_cvsroot . ": " . $cvs->get_dir . ",\n";
 		}
 	}
 }
@@ -72,7 +72,7 @@
 	{
 		if( $svn->is_public == 1 )
 		{
-			$svnroots .= "svn_" . $svn->get_group->get_groupname . "_" . $svn->get_reponame . ": " . $svn->get_dir . ",\n";
+			$svnroots .= "  svn_" . $svn->get_group->get_groupname . "_" . $svn->get_reponame . ": " . $svn->get_dir . ",\n";
 		}
 	}
 }




Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/