branch reference does not support relative paths properly
Bug #330086 reported by
Alexander Belchenko
This bug report is a duplicate of:
Bug #135234: commands that remember paths should remember whether the user gave an absolute or relative path.
Edit
Remove
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bazaar |
New
|
Undecided
|
Unassigned |
Bug Description
I'd like to have lightweight checkout and its master branch to be movable across filesystem. I've tried to change `location` file in the .bzr/branch/ directory to use relative path, but it does not help, because in this case bzr uses current working dir where command is executed as base for relative path, not the branch URL.
Is it possible to support relative paths in branch reference `locations` file?
To post a comment you must log in.
John Meinel said this patch unlikely will go in to bzrlib, because usual practice is to introduce new format. I have no idea how new BranchReference format should be used if new format won't be default. Non-default format does not suit my needs. So if somebody ever need this patch, it's here.