# HG changeset patch # User Maxim Dounin # Date 1340638877 0 # Node ID ad7b9c54301d822eaa4f9290b8714bfe349a6fe3 # Parent d23185444edbe3cfb4d08dd201b5037e834c4697 Fixed misc/GNUmakefile to properly tag on stable-1.2 branch. diff --git a/misc/GNUmakefile b/misc/GNUmakefile --- a/misc/GNUmakefile +++ b/misc/GNUmakefile @@ -46,7 +46,8 @@ RELEASE: svn ci -F $(TEMP)/message echo "release-$(VER) tag" > $(TEMP)/message - svn copy $(REPO)/trunk $(REPO)/tags/release-$(VER) \ + svn copy $(REPO)/branches/stable-1.2 \ + $(REPO)/tags/release-$(VER) \ -F $(TEMP)/message svn up