diff --git a/gitupdate.sh b/gitupdate.sh new file mode 100755 index 0000000000000000000000000000000000000000..2c10976ab4d90110d6bea367bf643cc3139fcb10 --- /dev/null +++ b/gitupdate.sh @@ -0,0 +1,7 @@ +#/bin/bash + +repository="gitlab-public@gitlab.evolix.org:maarch/MaarchCourrier.git" + +localFolder="./" + +git clone $repository" "$localFolder diff --git a/svncheckout.sh b/svncheckout.sh deleted file mode 100644 index cbac33284295ad6d10e8d40b38ba3c32915e126e..0000000000000000000000000000000000000000 --- a/svncheckout.sh +++ /dev/null @@ -1,21 +0,0 @@ -svn checkout http://svn.maarch.org/maarch_entreprise/trunk apps/maarch_entreprise -svn checkout http://svn.maarch.org/attachments/trunk modules/attachments -svn checkout http://svn.maarch.org/avis/trunk modules/avis -svn checkout http://svn.maarch.org/basket/trunk modules/basket -svn checkout http://svn.maarch.org/cases/trunk modules/cases -svn checkout http://svn.maarch.org/content_management/trunk modules/content_management -svn checkout http://svn.maarch.org/entities/trunk modules/entities -svn checkout http://svn.maarch.org/fileplan/trunk modules/fileplan -svn checkout http://svn.maarch.org/folder/trunk modules/folder -svn checkout http://svn.maarch.org/full_text/trunk modules/full_text -svn checkout http://svn.maarch.org/ldap/trunk modules/ldap -svn checkout http://svn.maarch.org/life_cycle/trunk modules/life_cycle -svn checkout http://svn.maarch.org/notes/trunk modules/notes -svn checkout http://svn.maarch.org/notifications/trunk modules/notifications -svn checkout http://svn.maarch.org/reports/trunk modules/reports -svn checkout http://svn.maarch.org/sendmail/trunk modules/sendmail -svn checkout http://svn.maarch.org/tags/trunk modules/tags -svn checkout http://svn.maarch.org/templates/trunk modules/templates -svn checkout http://svn.maarch.org/thesaurus/trunk modules/thesaurus -svn checkout http://svn.maarch.org/thumbnails/trunk modules/thumbnails -svn checkout http://svn.maarch.org/visa/trunk modules/visa diff --git a/svnupdateall.bat b/svnupdateall.bat deleted file mode 100644 index c7728c1c0a0d3b8bf78f3a06ce8008e5ba41e6f7..0000000000000000000000000000000000000000 --- a/svnupdateall.bat +++ /dev/null @@ -1,14 +0,0 @@ -cd core -echo "Core" > C:\xampp\htdocs\maarch_entreprise\update.log -date /T >> C:\xampp\htdocs\maarch_entreprise\update.log -time /T >> 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 -cd ..\..\modules -echo "Modules" >> C:\xampp\htdocs\maarch_entreprise\update.log -svn update * >> C:\xampp\htdocs\maarch_entreprise\update.log -pause diff --git a/svnupdateall.sh b/svnupdateall.sh deleted file mode 100755 index 862273ec2023d63add022c1c58f3b1528b8600a5..0000000000000000000000000000000000000000 --- a/svnupdateall.sh +++ /dev/null @@ -1,4 +0,0 @@ -svn up . -svn up apps/maarch_entreprise/. -svn up core/. -svn up modules/* \ No newline at end of file