changeset 4702:ad7b9c54301d stable-1.2

Fixed misc/GNUmakefile to properly tag on stable-1.2 branch.
author Maxim Dounin <mdounin@mdounin.ru>
date Mon, 25 Jun 2012 15:41:17 +0000
parents d23185444edb
children 668de9844a02
files misc/GNUmakefile
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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