[Release Task] SVN tagging fails if parent tag directory does not exist yet
---------------------------------------------------------------------------
Key: BUILDR-542
URL: https://issues.apache.org/jira/browse/BUILDR-542
Project: Buildr
Issue Type: Bug
Components: Core features
Affects Versions: 1.4.3
Reporter: Gerolf Seitz
Our subversion repositories has the 2nd supported standard repository layout:
# - http://my.repo/trunk/foo => http://my.repo/tags/foo/1.0.0
At the first release of a project, http://my.repo/tags/foo does not exist yet
and svn copy (core/build.rb#214) fails with exactly that error.
Adding the parameter "--parents" to the svn copy command automatically creates
all necessary intermediate folders (like mkdir -p).
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.