This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 124436 - Support for Bazaar from Canonical LTD
Summary: Support for Bazaar from Canonical LTD
Status: NEW
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker with 14 votes (vote)
Assignee: Ondrej Vrabec
URL: http://bazaar.canonical.com
Keywords:
: 124437 (view as bug list)
Depends on:
Blocks:
 
Reported: 2007-12-25 12:23 UTC by sal_e
Modified: 2014-06-05 12:20 UTC (History)
3 users (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description sal_e 2007-12-25 12:23:58 UTC
Hi Everyone,

I'd like to use Bazaar distributed version control system and NetBeans. I was wondering if anybody is working on this
feature. I could help. I have basic Java skills and long experience in other projects. For this one I don't know were to
start. Could some one with good experience to guide me? I was thinking that good start will be the pluging for
Mercurial(Hg) because it is also DVCS.

Thanks.
Comment 1 sal_e 2007-12-25 12:25:44 UTC
*** Issue 124437 has been marked as a duplicate of this issue. ***
Comment 2 sal_e 2007-12-25 12:26:03 UTC
*** Issue 124437 has been marked as a duplicate of this issue. ***
Comment 3 kamilparal 2009-04-01 15:18:45 UTC
I second this issue. DVCS are becoming widely used.
Comment 4 kamilparal 2009-10-03 20:32:11 UTC
Someone may argue that bazaar is not so widely used with Java. That may be true, but don't forget that NetBeans now
support a whole range of other languages. Bazaar is for example very popular with Python and Launchpad. I would myself
use NetBeans as a Python IDE if it had integrated bazaar support. Currently I use other IDEs.
Comment 5 oopman 2010-02-11 00:00:29 UTC
I've always been interested in giving bazaar a go, but the lack of support for it in NetBeans has been a bit of a showstopper for me. Sure, I can work the DCVS from cli or use other tools, but I like the power and flexibility of the NetBeans Mercurial integration and really wish there was something like it for bazaar.
Comment 6 deresh 2011-02-17 13:46:06 UTC
well there is a start:

https://launchpad.net/nb-bzr
Comment 7 ulfzibis 2013-07-19 21:14:42 UTC
AFAIK, this is the only VCS which is able to track renamed directory paths.
Changing package paths is a common refactoring task in Java, so VCS support would be of big value.