Failure in dealing with tags in 0.4 development branch as at 2008-08-27 07:08:00+01:00

Bug #261748 reported by Russel Winder
2
Affects Status Importance Assigned to Milestone
Bazaar Subversion Plugin
Fix Released
Medium
Jelmer Vernooij
bzr-svn (Ubuntu)
Invalid
Undecided
Unassigned

Bug Description

There is a new error in the 0.4 branch which would seem to be a blocker to the release of 0.4.11.

In pushing a Bazaar branch to a Subversion repository, the actual push works and then during processing after the push (sorting out tags?) then:

Using saved push location: svn+https://svn.codehaus.org/gant/gant/trunk
The svn+ syntax is deprecated, use https://svn.codehaus.org/gant/gant/trunk instead.
bzr: ERROR: bzrlib.plugins.svn.core.SubversionException: ("'svn+https://svn.codehaus.org/gant/gant/tags' isn't in the same repository as 'https://svn.codehaus.org/gant'", 170000)

Traceback (most recent call last):
  File "/home/Checkouts/Bazaar/Bazaar_Mainline/bzrlib/commands.py", line 857, in run_bzr_catch_errors
    return run_bzr(argv)
  File "/home/Checkouts/Bazaar/Bazaar_Mainline/bzrlib/commands.py", line 797, in run_bzr
    ret = run(*run_argv)
  File "/home/Checkouts/Bazaar/Bazaar_Mainline/bzrlib/commands.py", line 499, in run_argv_aliases
    return self.run(**all_cmd_args)
  File "/home/Checkouts/Bazaar/Bazaar_Mainline/bzrlib/builtins.py", line 810, in run
    use_existing_dir=use_existing_dir)
  File "/home/Checkouts/Bazaar/Bazaar_Mainline/bzrlib/push.py", line 172, in _show_push_branch
    stop_revision=revision_id)
  File "/home/Checkouts/Bazaar/Bazaar_Mainline/bzrlib/decorators.py", line 138, in read_locked
    result = unbound(self, *args, **kwargs)
  File "/home/Checkouts/Bazaar/Bazaar_Mainline/bzrlib/branch.py", line 1742, in push
    _override_hook_source_branch=_override_hook_source_branch)
  File "/home/Checkouts/Bazaar/Bazaar_Mainline/bzrlib/branch.py", line 1784, in _push_with_bound_branches
    result = self._basic_push(target, overwrite, stop_revision)
  File "/home/Checkouts/Bazaar/Bazaar_Mainline/bzrlib/branch.py", line 1808, in _basic_push
    result.tag_conflicts = self.tags.merge_to(target.tags, overwrite)
  File "/home/Checkouts/Bazaar/Bazaar_Mainline/bzrlib/tag.py", line 218, in merge_to
    to_tags._set_tag_dict(result)
  File "/home/users/russel/.bazaar/plugins_Linux_ix86/svn/tags.py", line 140, in _set_tag_dict
    self.set_tag(k, v)
  File "/home/users/russel/.bazaar/plugins_Linux_ix86/svn/tags.py", line 76, in set_tag
    conn = self.repository.transport.connections.get(urlutils.join(self.repository.base, parent))
  File "/home/users/russel/.bazaar/plugins_Linux_ix86/svn/transport.py", line 156, in get
    c.reparent(_url_escape_uri(url))
SubversionException: ("'svn+https://svn.codehaus.org/gant/gant/tags' isn't in the same repository as 'https://svn.codehaus.org/gant'", 170000)

bzr 1.7dev on python 2.5.2 (linux2)
arguments: ['/home/users/russel/bin/bzr', 'push']
encoding: 'UTF-8', fsenc: 'UTF-8', lang: 'en_GB.UTF-8'
plugins:
  builddeb /usr/lib/python2.5/site-packages/bzrlib/plugins/builddeb [0.92.0dev0]
  bzrtools /home/users/russel/.bazaar/plugins/bzrtools [1.6.0]
  email /home/users/russel/.bazaar/plugins/email [unknown]
  gtk /home/users/russel/.bazaar/plugins/gtk [0.96.0dev1]
  launchpad /home/Checkouts/Bazaar/Bazaar_Mainline/bzrlib/plugins/launchpad [unknown]
  pqm /usr/lib/python2.5/site-packages/bzrlib/plugins/pqm [1.0.0dev0]
  qbzr /home/users/russel/.bazaar/plugins/qbzr [0.9.4dev0]
  rebase /home/users/russel/.bazaar/plugins/rebase [0.4.0dev0]
  svn /home/users/russel/.bazaar/plugins_Linux_ix86/svn [0.4.11]
  xmloutput /home/users/russel/.bazaar/plugins/xmloutput [0.6.0]
*** Bazaar has encountered an internal error.
    Please report a bug at https://bugs.launchpad.net/bzr/+filebug
    including this traceback, and a description of what you
    were doing when the error occurred.

Jelmer Vernooij (jelmer)
Changed in bzr-svn:
status: New → Invalid
assignee: nobody → jelmer
importance: Undecided → Medium
milestone: none → 0.4.12
status: New → Triaged
Revision history for this message
Jelmer Vernooij (jelmer) wrote : Re: [Bug 261748] [NEW] Failure in dealing with tags in 0.4 development branch as at 2008-08-27 07:08:00+01:00

  status fixcommitted

--
Jelmer Vernooij <email address hidden> - http://samba.org/~jelmer/
Jabber: <email address hidden>

Changed in bzr-svn:
status: Triaged → Fix Committed
Revision history for this message
Russel Winder (russel) wrote :

Not at http://people.samba.org/bzr/jelmer/bzr-svn/0.4 yet though -- have I got the wrong branch for the mainline master?

Revision history for this message
Jelmer Vernooij (jelmer) wrote : Re: [Bug 261748] Re: Failure in dealing with tags in 0.4 development branch as at 2008-08-27 07:08:00+01:00

Am Mittwoch, den 27.08.2008, 18:04 +0000 schrieb Russel Winder:
> Not at http://people.samba.org/bzr/jelmer/bzr-svn/0.4 yet though -- have
> I got the wrong branch for the mainline master?
Sorry, I hadn't pushed yet. r1674.

Cheers,

Jelmer

--
Jelmer Vernooij <email address hidden> - http://samba.org/~jelmer/
Jabber: <email address hidden>

Revision history for this message
Russel Winder (russel) wrote :

No problem -- at least not now :-)

I have r1674 all compiled for Ubuntu, Soalris and Mac OS X. Now I just have to have a change to the branch to try uploading!

Thanks.

Jelmer Vernooij (jelmer)
Changed in bzr-svn:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.