TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Who's using bzr for version control?

7 点作者 jwwest将近 14 年前
I see a lot of push behind git and to a lesser degree, hg. However, bzr remains the read-headed stepchild of the DVCS world. Why?

6 条评论

hasenj将近 14 年前
I find bzr and hg weird for the same reason that I never understood svn: I don't know what the hell they're doing.<p>Because git is simple in its basic structure I feel like I can understand what's going on. With bzr/hg/svn, I just have no idea what's going on, I have no idea what the tool means by words like "checkout" and "revert" and "update"; they're just too vague.
rryan将近 14 年前
I contribute to Mixxx (<a href="http://mixxx.org" rel="nofollow">http://mixxx.org</a>) and it's our VCS. When we made the switch from SVN, we did it mainly for the very nice integration with Launchpad. Without Launchpad it wouldn't be worth the trouble. Also, it's really dog slow compared to git, especially on our very large codebase.
评论 #2601561 未加载
geophile将近 14 年前
Beats me.<p>git has a too-steep learning curve and is just cryptic and hostile.<p>svn is too intolerant of slight mistakes, leading to difficult-to-fix situations, and merges don't work very well.<p>We tried both at my day job, and are now very happy on bzr. I also found it really nice for my single-developer spare-time project.
评论 #2606617 未加载
AlexLa将近 14 年前
Because there is no GitHub for bzr. I think git gained it's popularity mainly because of GitHub and Launchpad is just not good enough.<p>P.S. Let me know if somebody's going to build a "BzrHub".
veyron将近 14 年前
git has a specific poster child: the linux kernel<p>for a while, google used hg.<p>what high profile project uses bzr and advertises it?<p>I know the response sounds like a chicken-egg problem, and it is. To gain traction, a prolific company or project needs to use bzr.
评论 #2598762 未加载
评论 #2615838 未加载
squidsoup将近 14 年前
I believe Canonical use bzr for all their internal projects like Launchpad.