You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildr.apache.org by as...@apache.org on 2008/10/20 18:51:28 UTC

svn commit: r706335 - /incubator/buildr/trunk/rakelib/scm.rake

Author: assaf
Date: Mon Oct 20 09:51:28 2008
New Revision: 706335

URL: http://svn.apache.org/viewvc?rev=706335&view=rev
Log:
If can't svn copy, show which command to execute using the same commit message

Modified:
    incubator/buildr/trunk/rakelib/scm.rake

Modified: incubator/buildr/trunk/rakelib/scm.rake
URL: http://svn.apache.org/viewvc/incubator/buildr/trunk/rakelib/scm.rake?rev=706335&r1=706334&r2=706335&view=diff
==============================================================================
--- incubator/buildr/trunk/rakelib/scm.rake (original)
+++ incubator/buildr/trunk/rakelib/scm.rake Mon Oct 20 09:51:28 2008
@@ -38,7 +38,7 @@
         puts 'Done'
       else
         puts 'Could not create tag, please do it yourself!'
-        puts %{  svn copy #{url} #{new_url} -m "#{spec.version}"}
+        puts %{  svn copy #{url} #{new_url} -m "Release #{spec.version}"}
       end
     end
   end