History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: QB-271
Type: Bug Bug
Status: Resolved Resolved
Resolution: Won't Fix
Priority: Minor Minor
Assignee: Robin Shen
Reporter: Mark F. Villa
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
QuickBuild

using URL as repository name causes the builds to break

Created: 09/Aug/07 12:14 PM   Updated: 24/Sep/09 12:23 AM
Component/s: None
Affects Version/s: None
Fix Version/s: None

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown
Environment: Linux


 Description  « Hide
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

 All   Comments   Work Log   Change History      Sort Order:
Robin Shen [24/Sep/09 12:23 AM]
Repository and step names are now only accept letters, digits, underscores, and dashes.