Upgrading Repository Formats for a whole Launchpad Project
Hi
I'm working on the Xibo project which is hosted in Launchpad (https:/
The development work is done cross-platform so we're constantly having problems with line endings, both when building release files and when looking at diffs.
We want to upgrade all the development team to using the 1.14 format so that we can use the line endings conversion tool. I've written up a rules file and put it in my .bazaar folder. You can see a copy I've checked in to the repo here for the other devs to use:
http://
Next I branched lp:xibo/1.0, fixed up all the line endings so that the use Unix style, and committed the changes. I then did bzr upgrade --1.14 to pull the branch up to working format 5 as per the documentation. I then pushed that up to lp:~alexharrington/xibo/line-end-test
If I now branch that on a Windows PC using 1.17 with the same rules file in %APPDATA%
What sequence of events do I need to go through to convert lp:xibo/1.0 to the new format, so that the developers branching that will use the new format, and hence loose the line endings issues we've had till now?
Cheers
Alex
Question information
- Language:
- English Edit question
- Status:
- Answered
- For:
- Bazaar Edit question
- Assignee:
- No assignee Edit question
- Last query:
- Last reply:
Can you help with this problem?
Provide an answer of your own, or ask Alex Harrington for more information if necessary.