[infinispan-commits] Infinispan SVN: r192 - trunk/bin.

infinispan-commits at lists.jboss.org infinispan-commits at lists.jboss.org
Tue Apr 28 08:21:27 EDT 2009


Author: manik.surtani at jboss.com
Date: 2009-04-28 08:21:27 -0400 (Tue, 28 Apr 2009)
New Revision: 192

Modified:
   trunk/bin/release.py
Log:
Fixed release script

Modified: trunk/bin/release.py
===================================================================
--- trunk/bin/release.py	2009-04-28 12:21:13 UTC (rev 191)
+++ trunk/bin/release.py	2009-04-28 12:21:27 UTC (rev 192)
@@ -169,7 +169,7 @@
     
 def updateVersions(version, workingDir):
     client = svnConn.getClient()
-    client.checkout(svnBase + "/tags/" + version, localTagsDir)
+    client.checkout(svnBase + "/tags/" + version, localTagsDir + '/' + version)
 
     # Find the root pom first
     getModules(workingDir)




More information about the infinispan-commits mailing list