vines
vines

Reputation: 5225

A way to make hg mimic svn

I have an IDE with built-in support for Subversion, but none for Mercurial. What I want to try is to substitute the 'svn' command in the IDE settings with some wrapper script, which would interpret Subversion commands into Mercurial ones. The whole point of it is not to bring up a Subversion repository.

Are there some ways to make hg mimic svn? Maybe extensions?

(By the way, the IDE is Altium Designer 10, so a specific way to integrate with Mercurial would do too.)

Upvotes: 2

Views: 303

Answers (2)

vines
vines

Reputation: 5225

Some time has passed, and what I decided to do is to follow Laurens Holst's suggestion and use TortoiseHg.

Upvotes: 1

simonecampora
simonecampora

Reputation: 397

I think you are looking for HgSubversion

Upvotes: 0

Related Questions