what if tracker url changes?
Max Bowsher
maxb at f2s.com
Fri Nov 12 17:39:57 GMT 2010
On 12/11/10 17:23, Voelker, Bernhard wrote:
> Hi,
>
> given I have a
> trac_myproject_url = http://some.where/trac
>
> and then do a few commit
> bzr ci -m. --fixes=myproject:1234
>
> After some time, TRAC must be relocated to another server:
> trac_myproject_url = https://any.where/trac
>
> Then `bzr log` still shows the old URL for the fixes.
> I'd have expected not the full URL to be saved as part of the checkin,
> but instead just the "myproject:1234" which is then resolved at the
> time `bzr log` is run.
>
> Any idea?
The URL is a part of the revision data and cannot be changed. URLs are
used because they are unique identifiers, and are usable without
additional configuration, whereas the aliases passed at commit time may
be assigned differently by different people, or may not be set up at all
for many people viewing the Bazaar branch.
Max.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: OpenPGP digital signature
Url : https://lists.ubuntu.com/archives/bazaar/attachments/20101112/89a0ba5a/attachment-0001.pgp
More information about the bazaar
mailing list