Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
1.4.3
-
None
Description
Our subversion repositories has the 2nd supported standard repository layout:
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).