TeamCity plugin InvalidRevisionSpec

Bug #730226 reported by Simone Busoli
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
bzr4j
New
Undecided
Unassigned

Bug Description

We are using the stable version to checkout NUnit's trunk sources on TeamCity.
For some reason that we didn't figure out yet revision 3307 (from another branch) ended up in the trunk (which currently is at revision 3284) and we started receiving the error you can see here (enter with the guest user account if you don't have one): http://teamcity.jetbrains.com/viewLog.html?buildId=47025&tab=buildResultsDiv&buildTypeId=bt249.

From then on the builds using that VCS root hung and we were able to restore them only by "touching" the VCS root which led TeamCity to reset its internal cache and reload all the sources from VCS.

Revision history for this message
Charlie Poole (charlie.poole) wrote :

I believe that what happened was this...

   1) Revisions through 3307 were committed to trunk (incorrectly)
   2) The revisions were removed locally using bzr uncommit
   3) The revisions were removed from Launchpad using bzr push --overwrite

As a result, all references to the invalid revisions were removed from bzr, as expected.

However TeamCity continued to expect revisions through 3307 as shown in the link.

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.