senfo
senfo

Reputation: 29056

Mercurial Client with SVN Support for Windows

Are there any Mercurial clients for Windows that have integrated SVN support? Our build server uses SVN and there are no plans to move towards Mercurial, but I prefer Mercurial over the other distributed source control clients I have tried (e.g., Git).

I've looked into TortiseHG and the Mercurial homepage, neither of which seem to integrate with SVN, despite the fact that the the Mercurial wiki seems to suggest otherwise.

Upvotes: 5

Views: 1554

Answers (1)

ire_and_curses
ire_and_curses

Reputation: 70230

hgsubversion looks like a good bet to me. See this blog post and the discussion in this related question. Basic usage notes are here.

Upvotes: 3

Related Questions