As a shortcut, I attempted to use a Subversion URL as the name of a repository. This broke the build
because the name THIS in ".../builds/<version>/change/<THIS>" must be a valid Unix path. Since
URLs contain a colon (":") and Unix does not like colons, attempts to referece THIS failed. Renaming the
repository to a simple ASCII name fixed the problem
Description
As a shortcut, I attempted to use a Subversion URL as the name of a repository. This broke the build
because the name THIS in ".../builds/<version>/change/<THIS>" must be a valid Unix path. Since
URLs contain a colon (":") and Unix does not like colons, attempts to referece THIS failed. Renaming the
repository to a simple ASCII name fixed the problem