[nginx] svn commit: r4703 - branches/stable-1.2/misc
mdounin at mdounin.ru
mdounin at mdounin.ru
Mon Jun 25 15:41:17 UTC 2012
Author: mdounin
Date: 2012-06-25 15:41:17 +0000 (Mon, 25 Jun 2012)
New Revision: 4703
URL: http://trac.nginx.org/nginx/changeset/4703/nginx
Log:
Fixed misc/GNUmakefile to properly tag on stable-1.2 branch.
Modified:
branches/stable-1.2/misc/GNUmakefile
Modified: branches/stable-1.2/misc/GNUmakefile
===================================================================
--- branches/stable-1.2/misc/GNUmakefile 2012-06-25 15:40:29 UTC (rev 4702)
+++ branches/stable-1.2/misc/GNUmakefile 2012-06-25 15:41:17 UTC (rev 4703)
@@ -46,7 +46,8 @@
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
More information about the nginx-devel
mailing list