From: Maxim Dounin Date: Mon, 25 Jun 2012 15:41:17 +0000 (+0000) Subject: Fixed misc/GNUmakefile to properly tag on stable-1.2 branch. X-Git-Tag: release-1.2.2~24 X-Git-Url: http://www.kaiwu.me/postgresql/commit/?a=commitdiff_plain;h=e9bc178bd95d764c1b2e3b6b5f23328c4ec2802a;p=nginx.git Fixed misc/GNUmakefile to properly tag on stable-1.2 branch. --- 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