Tagged Questions

22
votes
2answers
3k views

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 ...
19
votes
6answers
2k views

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 ...
16
votes
3answers
1k views

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 ...
10
votes
4answers
2k views

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: ...
9
votes
2answers
802 views

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 ...
7
votes
4answers
345 views

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 ...
6
votes
1answer
695 views

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. ...
5
votes
1answer
338 views

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 ...
5
votes
2answers
384 views

“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 ...
4
votes
2answers
272 views

The Mercurial hgsubversion extension gets SVN Externals to behave like Hg sub repository

This question is related to Using the Mercurial hgsubversion extension with SVN Externals. However, the second part of the question relating to doing a hg svn update has not been answered. Is it ...
4
votes
2answers
255 views

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 ...
4
votes
1answer
362 views

Mercurial repository as wrapper for SVN

For development we use Mercurial repository as wrapper for SVN repo for code-review in the project. Everything is working fine: developers are getting changes and commit own changes into Mercurial ...
4
votes
3answers
2k views

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 ...
3
votes
2answers
167 views

Using Mercurial, how do I get changes from default into a named branch?

I have a central Mercurial repository containing a history cloned from a SVN repository using hgsubversion. I have pulled the additional commits made to the SVN repository since the original hg repo ...
3
votes
3answers
369 views

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 ...
3
votes
1answer
827 views

Using the Mercurial hgsubversion extension with SVN Externals

I'm using Mercurial to talk to a Subversion repository, and the repository is currently using SVN externals to pull in another repository. hgsubversion works really well for communicating with the ...
3
votes
3answers
1k views

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 ...
2
votes
1answer
91 views

Mercurial + hgsubversion + svn: A tale of 2 repositories… (or, Replace changesets?)

Scenario: I have 2 Hg repositories: one which tracks an SVN repository, say SVN-track, and a local pure-Hg repository into which I pull changesets from the first. I push changesets from my pure-Hg ...
2
votes
2answers
100 views

Apply mercurial bundle file on different changeset

TLDR: I have an HG bundle with parent X, but revision X does not exist in my repo. However, I am sure that the files of revision Y are identical to revision X. How do I apply the bundle? Background: ...
2
votes
1answer
199 views

GIT / Mercurial Crossover with SVN for Development teams

The problem is that I'd like to be able to use Mercurial, or git, as a front end for development, but have changesets and updates made in Subversion, typically in an integration branch or something ...
2
votes
1answer
610 views

Mercurial and Subversion: changing, committing, pulling from SVN, pushing, “Sorry, can't find svn parent of a merge revision.”

I've pulled the Subversion repository into a local Hg repository while at work. At home, I fixed some stuff, committed into my local Hg repository, and upon coming to work I did a pull and an update. ...
1
vote
2answers
38 views

Fix HgSubversion Repo after Rebase without --svn

I have been happily using HgSubversion for awhile and today I forgot to add the --svn to the rebase command. Now i get the dreaded unknown revision '' Is there a way to recover from this?
1
vote
1answer
51 views

Can you “hg rebase --svn” from TortoiseHg?

I'm using hgsubversion + mercurial against an SVN repo. I notice that the rebase from TortoiseHg seems to corrupt my repository (I can no longer push to Subversion) Can I mimic hg rebase --svn from ...
1
vote
0answers
65 views

How to create a new tag in a Subversion repository, using hgsubversion?

Using TortoiseHg and the hgsubversion extension (command line is fine too). Cloning an SVN URL hg clone http://svn.example.org/hello-world, that has the following structure. .. branches/ tags/ ...
1
vote
1answer
47 views

Extract commit date from a Mercurial bundle

In a nutshell: What file format are Mercurial bundles in? How can I extract the commit date information? Whole story: I've started using HgSubversion. This Mercurial extension allows you to work on ...
1
vote
3answers
311 views

Is anyone use Activecollab with Git or Hg?

We currently use activecollab with subversion, but we want to consider using Git or Hg to give us distributed source control. Is anyone making this work, so that revisions can be linked to tickets ...
1
vote
2answers
260 views

How to clone Mercurial to Subversion?

I'm a VERY happy user of bitbucket and mercurial after years of putting up with subversion (and CVS, SourceSafe and others; anybody remember SCCS?). I've considerable project history now in my local ...
1
vote
2answers
75 views

How do I push only my first X local commits to SVN using hgsubversion?

I'm currently using hgsubversion on a project to enjoy the benefits of local commits while the project's official SCM is Subversion. In order to push local commits to the SVN repo, I've been using hg ...
1
vote
1answer
173 views

One way incremental SVN to Mercurial Workflow with partial history

We maintain a larger code base in a SVN Repository. For releases, we want to push only the release tag/branch into a Mercurial Repository, excluding the history from the trunk. I have little ...
1
vote
2answers
174 views

How do I skip subversion revisions with hgsvn pull?

I'm trying to use Mercurial as a front end for Subversion, and have a strong interest in having all branches etc intact so I can see common changes etc. However, all of my subversion repositories ...
1
vote
1answer
127 views

Transplanting mercurial changeset onto hgsubversion converted repository

I have been migrating from subversion to mercurial piecemeal and this has created a bit of a tangle. I had an old SVN server (pre 1.4) to start with so here is what happened. HgSubversion did not ...
1
vote
1answer
463 views

Pull/Clone a svn repository into hg with new default branch name?

I'm forking a project's SVN repo and need to integrate into my Mercurial repo. To keep things simple I have a local hgsubversion repo and a local hg repo. However both the mercurial and hgsubversion ...
1
vote
3answers
83 views

How to import a deleted path in a svn repositroy into git or mercurial

I need to do some research about sources in a svn-deleted path in our company svn repository. Since I need to work a lot with annotate, I want to have the history in mercurial or git. I tried so far: ...
1
vote
0answers
431 views

Mercurial sub-repository for a Subversion master

We've got a subversion repository set up like this: Repo A Sub-Project I Sub-Project II Repo B Repo C Recently, I've been tasked with piloting a Mercurial replacement solution. However, my ...
1
vote
2answers
533 views

Mercurial How To Merge 2 Repositories that share a common ancestor but are not clones of the same repo

I am using hg-subversion, and I have 2 different hg repositories one from our svn trunk, and one from a branch of the trunk. I would like to link them somehow. At some point in the history both Hg ...
1
vote
1answer
113 views

Cloning just a particular directory with hg?

I come from a Subversion background, but I am slowly migrating to Mercurial. When starting on many of my projects, I would setup a development environment that was configured to a particular ...
0
votes
1answer
32 views

Migrate partial svn repository to Mercurial

I need migrate a local folder which is a svn checkout to a mercurial repository, but I cannot make a svn checkout anymore (the svn server is gone), and the folder is not the trunk root, is something ...
0
votes
1answer
98 views

Fixing svn UTF-8 data issues in hgsubversion pull

I've encountered an error while pulling svn changes into my mercurial repo: abort: ('Valid UTF-8 data\n(hex: 75 6c 6c 20 74 61 73 6b 20 6c 69 73 74 20 74 68 65 20 63 6c 69 65 6e 74)\nfollowed by ...