Project
TeamCity
Priority
Normal
Type
Feature
State
Open
Assignee
Unassigned
Subsystem
Version Control
Affected versions
No Affected versions
Fix versions
Backlog
Fixed in build
No Fixed in build
Fixed in builds
no build yet
  • Created by   Patrick van der velde
    3 years ago (14 Apr 2009 15:49)
  • Updated by   Yegor Yarko
    14 months ago (06 Mar 2011 21:09)
 
TW-7914 A source control provider for Bzr would be useful
15
Issue is visible to: All Users
  The issue is visible to the selected user group only
Bzr (http://bazaar-vcs.org/) is a distributed version control system much like Mercurial. I use bzr as my primary version control system and would really like to use TeamCity to do my continuous integration for me but for that there needs to be a bzr source control provider.
Comments (8)
 
History
 
Linked Issues (?)
 
Ben Jansen
  Ben Jansen
14 Apr 2009 22:33
3 years ago
We switched to bzr at my place of employment and wrote a TeamCity source control plugin for it. The code is available at:

bzr://bzr4j.bzr.sourceforge.net/bzrroot/bzr4j/trunk
Ben Jansen
  Ben Jansen
14 Apr 2009 22:48
3 years ago
I should have also listed the project's home:

http://code.google.com/p/bzr4j/
Jurgen Kluft
  Jurgen Kluft
31 Jul 2009 05:55
2 years ago
We would have liked and still like Bazaar to be supported by TeamCity, we picked Mercurial just because TeamCity did not support Bazaar.
Yegor Yarko
  Yegor Yarko
14 Jan 2010 17:01
2 years ago
Seems, there are no binary distributions available for the plugin mentioned. I assembled one and attached as bzr4teamcity_rev10.zip I used current sources (10 revid:patrick@woodworth.org-20091210090353-thf20n3k4wug2x2v from bzr://bzr4j.bzr.sourceforge.net/bzrroot/bzr4j/trunk).

I have no detail on how good plugin works, etc. There are some minor issues, but at least I was able to install the plugin in TeamCity 5.0 and checkout its own sources from within TeamCity.

Please contact plugin authors with any reports/feedback.
Ryan Maki
  Ryan Maki
23 Mar 2010 00:03
2 years ago
I think that the page for bzr information has moved to http://bazaar.canonical.com/en/
Related Changes
Type
ExceptionFeature
Subsystem
<lost change>Version Control
Fixed In version
<lost change>Backlog
Jason Meridth
  Jason Meridth
04 Mar 2011 11:04
14 months ago
I'm working on the Windows agent for the OpenStack venture by Rackspace/Nasa. They are currently hosting their code on Launchpad.net (bzr source control). I was hoping to be able to use TeamCity as CI. Anyone try the plugin above?
Dmitry Alexandrov
  Dmitry Alexandrov
04 Mar 2011 13:07
14 months ago
yes, it works fine for me. I'm using local bzr repo at same machine there TC works - so bzr just use file:// protocol. Don't know anything how it works with remote repos bzr+ssh://, launchpad:// and so on
Yegor Yarko
  Yegor Yarko
06 Mar 2011 21:09
14 months ago
We have version 2.4.3 installed from https://launchpad.net/bzr4j/stable on teamcity.jetbrains.com and it works OK most of the time (http:// protocol).