Questions tagged [hgsubversion]

hgsubversion is an extension for Mercurial that allows using Mercurial as a Subversion client.

hgsubversion is an extension for Mercurial that allows using Mercurial as a Subversion client.

91 questions
28
votes
3 answers

Using git-svn (or similar) *just* to help out with an svn merge?

Some complex subversion merges are coming up in my project: big branches that have been apart for a long time. Svn gives too many conflicts - and some of them seem spurious. Given that git is praised for a superiour merge experience, Would it be…
inger
  • 19,574
  • 9
  • 49
  • 54
23
votes
3 answers

Mercurial to Mercurial to Subversion Workflow Problem

We're migrating from Subversion to Mercurial. To facilitate the migration, we're creating an intermediate Mercurial repository that is a clone of our Subversion repository. All developers will be begin switching over to the Mercurial repository,…
bmurphy1976
  • 29,564
  • 11
  • 33
  • 24
22
votes
5 answers

How do you get hgsubversion working?

The online documentation for hgsubversion sucks, IMO (I hate to say that). I've been following the instructions in the Quick Start. What have I done? I installed Mercurial: D:\repos\experimental>hg --version Mercurial Distributed SCM (version…
les2
  • 14,093
  • 16
  • 59
  • 76
21
votes
6 answers

interoperation between mercurial and subversion

A similar question has been asked recently, but is not the same. The Mercurial website has a detailed page listing comparisons for 4 different options for getting Mercurial and Subversion to interoperate. I am wondering if anyone out there has tried…
Jason S
  • 184,598
  • 164
  • 608
  • 970
18
votes
3 answers

How do I relate an existing Mercurial and git repositories using hg-git?

This is a pretty esoteric question, so just to make clear here from the start: I am not talking about converting from svn to git, git to mercurial, or mercurial to git. I am talking about a complex situation that has arisen from taking advantage of…
danielpunkass
  • 17,527
  • 4
  • 24
  • 38
16
votes
3 answers

Submitting Hg changes back to SVN

I've began work in an SVN repository. I've cloned a subfolder of it into a local Hg repo with hg clone. Afterwards, I wanted to share this with a colleague who does not have access to the SVN repository. I've created a private BitBucket repository,…
Ivan Vučica
  • 9,529
  • 9
  • 60
  • 111
11
votes
4 answers

When and why will you choose centralised (SVN) over distributed (Git, Mercurial)

Recently in my new job, my department (we are mainly building stocks and horse racing websites and we only work on the website in office.) is considering over to use SVN or Mercurial. Our project manager says he favor SVN (didn't give us his…
learnjourney
  • 653
  • 1
  • 6
  • 14
10
votes
2 answers

Workflow when using HG Subversion to push to SVN

This question is very similar to the one posed in this question, but I'm having some issues following the workaround. The Problem: Basically I have a subversion server and a mercurial local client. The extension hg-subversion allows mercurial to act…
Joe
  • 4,585
  • 3
  • 37
  • 51
9
votes
3 answers

Can I use Mercurial locally, and update from/push to a Subversion repository?

As a freelancer, I often work at companies who use Subversion repositories. It’d be handy if I could use Mercurial to get code from these repositories, track my changes when I’m offline, and then commit all my local changes to the company’s…
Paul D. Waite
  • 96,640
  • 56
  • 199
  • 270
9
votes
3 answers

TortoiseHG and hgsubversion (Windows): "no module named hgsubversion"

I have installed the newest version of TortoiseHG for Windows from https://tortoisehg.bitbucket.io/download/index.html (2.8.1) I did hg clone http://bitbucket.org/durin42/hgsubversion . And have the correct path set in…
cdbeelala89
  • 2,066
  • 3
  • 28
  • 39
7
votes
2 answers

Using Hg locally and pushing to an SVN repo when other team members are just working on SVN -- is this possible?

I've found what appear to be very similar questions here on SO, with what appear to be good answers; but for some reason, I still can't seem to figure out how to get this to work. My concern is that it may simply not be possible. Here's the…
Dan Tao
  • 125,917
  • 54
  • 300
  • 447
7
votes
1 answer

Steps needed to allow hgsubversion SVN clone to push back

I am working on a team that uses SVN primarily, whereas I prefer to use Mercurial when possible. I set up an hg clone of the SVN repo using hgsubversion, and several basic pulls/commits/pushes seemed to function fine. Now after 2 weeks of local…
Jon L.
  • 2,292
  • 2
  • 19
  • 31
7
votes
4 answers

"No changes found" occurs while pushing to SVN server through TortoiseHg with hgsubversion

I've setup a SVN Server by using the VisualSVN Server, and have the TortoiseSVN, TortoiseHg, hgsubversion installed in my development PC. I can successfully CLONE the SVN repo from the SVN Server, and COMMIT changes using TortoiseHg. However, when I…
William X
  • 6,751
  • 6
  • 31
  • 50
7
votes
4 answers

Is it possible to clone with hgsubversion in steps?

I'm trying to clone a rather large subversion repository with hgsubversion. hg clone --startrev 8890 svn+https://my.reposit.ory/trunk trunk_hg After about an hour, the clone operation aborts with an out of memory message: [r20097] user:…
pesche
  • 3,054
  • 4
  • 34
  • 35
7
votes
3 answers

How to handle merges with hgsubversion?

I am trying to contribute to a project that uses Subversion. I used Mercurial and its hgsubversion extension to clone the repo. My work takes place on a feature branch. How do I keep the feature branch up to date with stuff that happens on the…
hibbelig
  • 510
  • 6
  • 15
1
2 3 4 5 6 7