[evolvis-commits] r14812: Fix wrong anonsvn account

mirabilos at evolvis.org mirabilos at evolvis.org
Mon Feb 28 04:53:18 CET 2011


Author: mirabilos
Date: 2011-02-28 04:53:17 +0100 (Mon, 28 Feb 2011)
New Revision: 14812

Modified:
   trunk/gforge_base/evolvisforge-5.1/gforge/plugins/scmsvn/common/SVNPlugin.class.php
Log:
Fix wrong anonsvn account

Modified: trunk/gforge_base/evolvisforge-5.1/gforge/plugins/scmsvn/common/SVNPlugin.class.php
===================================================================
--- trunk/gforge_base/evolvisforge-5.1/gforge/plugins/scmsvn/common/SVNPlugin.class.php	2011-02-28 03:53:13 UTC (rev 14811)
+++ trunk/gforge_base/evolvisforge-5.1/gforge/plugins/scmsvn/common/SVNPlugin.class.php	2011-02-28 03:53:17 UTC (rev 14812)
@@ -262,7 +262,7 @@
 		foreach ($svnusers as $user_id => $user) {
 			$password_data .= $user->getUnixName ().':'.$user->getMD5Passwd ()."\n" ;
 		}
-		$password_data .= "anonsvn:$apr1$Kfr69/..$J08mbyNpD81y42x7xlFDm.\n" ;
+		$password_data .= 'anonsvn:$apr1$Kfr69/..$J08mbyNpD81y42x7xlFDm.'."\n";
 
 		$fname = $sys_var_path.'/svnroot-access' ;
 		$f = fopen ($fname.'.new', 'w') ;



More information about the evolvis-commits mailing list