From e25ec49f666b9d60201b453bc959492e543c9f2a Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Thu, 21 Jan 2010 11:32:11 +0000 Subject: [PATCH] use the right ref when creating initial tag while branching --- module-tools.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module-tools.py b/module-tools.py index 8a7a51fe..d755c19a 100755 --- a/module-tools.py +++ b/module-tools.py @@ -1000,7 +1000,7 @@ will be based on latest tag %s and *not* on the current trunk"""%(self.name,bran self.run_prompt("Commit trunk",command) # create initial tag for the new trunk new_tag_url=self.tag_url(spec_dict) - command="svn copy --file %s %s %s"%(tmp,self.edge_url(),new_tag_url) + command="svn copy --file %s %s %s"%(tmp,tag_url,new_tag_url) self.run_prompt("Create initial tag in trunk",command) os.unlink(tmp) # print message about SVNBRANCH -- 2.47.0