[vhffs-dev] [1329] now generating a WebSVN 2.1.0 config file (instead of WebSVN 1. 68 config file)

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


Revision: 1329
Author:   gradator
Date:     2009-01-14 22:10:35 +0100 (Wed, 14 Jan 2009)

Log Message:
-----------
now generating a WebSVN 2.1.0 config file (instead of WebSVN 1.68 config file)

Modified Paths:
--------------
    trunk/vhffs-robots/src/svn_websvn.pl


Modified: trunk/vhffs-robots/src/svn_websvn.pl
===================================================================
--- trunk/vhffs-robots/src/svn_websvn.pl	2009-01-14 20:59:00 UTC (rev 1328)
+++ trunk/vhffs-robots/src/svn_websvn.pl	2009-01-14 21:10:35 UTC (rev 1329)
@@ -50,7 +50,7 @@
 open( FILE , '>'.$svnconfdir.'/websvn.inc' );
 print FILE  '<?php'."\n";
 foreach $svn ( @{$svnss} )  {
-	print FILE  '  $config->addRepository("'.$svn->get_reponame.'","'.$svn->get_dir.'");'."\n"   if $svn->is_public;
+	print FILE  '  $config->addRepository("'.$svn->get_reponame.'","file://'.$svn->get_dir.'");'."\n"   if $svn->is_public;
 }
 print FILE  '?>'."\n";
 close( FILE );


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