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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Show HN: SVN Branching as easy as Git

14 点作者 grexi将近 12 年前

3 条评论

chrismorgan将近 12 年前
This is one region where Mercurial particularly shines: things like hg-git and hgsubversion. I believe hgsubversion even supports translating from hg branches to svn branches.<p>(Git&#x27;s model is restricted enough that it can&#x27;t very successfully act as an interface for Mercurial or Subversion. Mercurial can do both very well.)<p>I had to use an SVN repository this semester at Uni. Only once did I actually check it out in SVN—then I decided to chuck that and use hgsubversion. That made me considerably more productive than the other students... especially when the SVN server ran out of disk space: I could still commit and push later, while they had to wait. :-)<p>When I have to deal with Git repositories, I typically use Mercurial, also.
HugoDias将近 12 年前
One question: Why?
评论 #5952303 未加载
grexi将近 12 年前
And look, the irony, I&#x27;ve added my aliases on github.<p>I&#x27;m no brain dead svn fanboy.