Skip to content

Instantly share code, notes, and snippets.

View faboo03's full-sized avatar

Fabien Rondeau faboo03

  • Stereograph
  • Lille
View GitHub Profile
@alex-pex
alex-pex / deploiement-preprod.sh
Last active December 13, 2015 23:49 — forked from faboo03/deploiement-preprod.sh
svn to git
#!/bin/sh
echo "### Mise à jour de la préprod ###"
echo "##################################"
echo "Indiquez le nom de la version (Ex : 0.6)"
read CURRENT_VERSION
echo "### Export ###"
echo ">> svn export ./current ./$CURRENT_VERSION"
cd current && git pull