| [vhffs-dev] [svn] commit: r94 - /trunk/vhffs-api/src/Vhffs/Robots/Svn.pm | 
[ Thread Index | 
Date Index
| More vhffs.org/vhffs-dev Archives
] 
Author: soda
Date: Tue Oct 11 23:27:37 2005
New Revision: 94
Log:
fix bug in svn robot
Modified:
    trunk/vhffs-api/src/Vhffs/Robots/Svn.pm
Modified: trunk/vhffs-api/src/Vhffs/Robots/Svn.pm
==============================================================================
--- trunk/vhffs-api/src/Vhffs/Robots/Svn.pm (original)
+++ trunk/vhffs-api/src/Vhffs/Robots/Svn.pm Tue Oct 11 23:27:37 2005
@@ -92,6 +92,9 @@
 		else
 		{
 		    $ok = 0;
+			#TODO support syslog
+			$svn->set_status( Vhffs::Constants::CREATING_ERROR );
+			$svn->commit();
 		    $svn->add_history("Error, directory of this subversion already exists ! Administrators must fix the problem");
 		}