From 701f44505c718a1b0d24095159ef141646a7a6f9 Mon Sep 17 00:00:00 2001 From: Laurent Giovannoni <laurent.giovannoni@maarch.org> Date: Mon, 17 Oct 2011 15:23:27 +0000 Subject: [PATCH] fix : pb with paths --- core/trunk/svnupdateall.bat | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/core/trunk/svnupdateall.bat b/core/trunk/svnupdateall.bat index e8bbb118d61..a9cc0386764 100644 --- a/core/trunk/svnupdateall.bat +++ b/core/trunk/svnupdateall.bat @@ -1,6 +1,6 @@ -cd core -svn update -cd ..\apps\maarch_entreprise +svn update . +cd apps\maarch_entreprise svn update cd ..\..\modules svn update * +pause \ No newline at end of file -- GitLab