From 8bd9ef4356b99f1bbb67da9894647452477d3613 Mon Sep 17 00:00:00 2001
From: Cyril Vazquez <cyril.vazquez@maarch.org>
Date: Tue, 15 May 2012 13:53:39 +0000
Subject: [PATCH] Add: install

---
 core/trunk/svnupdateall.bat | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/core/trunk/svnupdateall.bat b/core/trunk/svnupdateall.bat
index b81462541e8..3adb4bf9872 100644
--- a/core/trunk/svnupdateall.bat
+++ b/core/trunk/svnupdateall.bat
@@ -3,6 +3,8 @@ echo "Core" >> C:\xampp\htdocs\maarch_entreprise\update.log
 echo date >> C:\xampp\htdocs\maarch_entreprise\update.log
 echo time >> C:\xampp\htdocs\maarch_entreprise\update.log
 svn update >> C:\xampp\htdocs\maarch_entreprise\update.log
+cd ..\install
+svn update >> C:\xampp\htdocs\maarch_entreprise\install.log
 cd ..\apps\maarch_entreprise
 echo "Apps" >> C:\xampp\htdocs\maarch_entreprise\update.log
 svn update >> C:\xampp\htdocs\maarch_entreprise\update.log
-- 
GitLab