From e9bc178bd95d764c1b2e3b6b5f23328c4ec2802a Mon Sep 17 00:00:00 2001 From: Maxim Dounin Date: Mon, 25 Jun 2012 15:41:17 +0000 Subject: [PATCH] Fixed misc/GNUmakefile to properly tag on stable-1.2 branch. --- misc/GNUmakefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/misc/GNUmakefile b/misc/GNUmakefile index 10bfa8daf..f2f60db11 100644 --- 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