if svn status -q-u | grep-v"^Status against" | grep-q-v"^\?";then echo"Please commit before making a release";else$(MAKE) superclean ; svn cp svn+ssh://pogodall@scm.gforge.inria.fr/svn/acg/dev/trunk svn+ssh://pogodall@scm.gforge.inria.fr/svn/acg/dev/tags/release-$(VERSION)-m"Tagging the $(VERSION) release of the 'acg' project";fi