Attempting to use projectless Git repos for a project results in unhelpful error messages
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Launchpad itself |
Triaged
|
Low
|
Unassigned |
Bug Description
For (a contrived) example:
1. Launchpad allows me to push code to e.g. lp:~myself/+git/mystuff
2. Launchpad allows me to create a project called e.g. 'mystuff'
3. Launchpad does NOT allow me to set the git repo of that project to that code branch, but it's unclear exactly why
If I type that code url into the 'Choose' box on the project's 'Configure Code' page, I get an error: No items matched "~myself/
If I type that code url into the form anyway, and submit it, I get another unhelpful error: Invalid value
More accurate/
We could possibly arrange for the "configure code" page to let you select a repository from outside the project and move it within the project. It would necessarily involve changing its URL (to e.g. lp:~myself/mystuff/+git/mystuff, which would then be aliased to lp:mystuff).