Author: bleny Date: 2014-01-28 17:31:26 +0100 (Tue, 28 Jan 2014) New Revision: 18 Url: http://forge.codelutin.com/projects/adminsys/repository/revisions/18 Log: refs #4165 fix svn: Not enough arguments provided when revert everything in last step Modified: scripts/maven-release/deploy-to-demo-from-SVN.sh Modified: scripts/maven-release/deploy-to-demo-from-SVN.sh =================================================================== --- scripts/maven-release/deploy-to-demo-from-SVN.sh 2014-01-28 08:38:19 UTC (rev 17) +++ scripts/maven-release/deploy-to-demo-from-SVN.sh 2014-01-28 16:31:26 UTC (rev 18) @@ -226,7 +226,7 @@ echo -n "4/4 Revert local modifications and clean target..." cd svn -svn revert -R > /dev/null +svn revert -R . > /dev/null ${M2_HOME}/bin/mvn clean > /dev/null cd ..