Tagged Questions

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

learn more… | top users | synonyms

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 ...
14
votes
2answers
1k views

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 ...
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
800 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
341 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
691 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
333 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
380 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
269 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
166 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
367 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
825 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
89 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
98 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
607 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. ...
2
votes
5answers
278 views

Subversion: To edit or not to edit commit-comments

I'm having a discussion with the management about Subversion practices. I've asked them to tell the administrator to configure our Subversion repository so it's possible to change the commit comments ...
1
vote
2answers
37 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
24 views

How can I setup subversion on my remote dedicated linux machine maintained by Go daddy?

Is there any instructions on how to setup Subversion on a dedicated linux box? I have not been able to find clear instructions on how. And then how do I access it using a domain name like ...
1
vote
1answer
49 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
64 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
4answers
109 views

Svn/Git for two man drupal project?

What is the best method to work with remote person on drupal development? We are only two people so is cvs /svn is overkill? Is there an online solution for things?
1
vote
3answers
305 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
256 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
172 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
462 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
430 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
531 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
54 views

Using hgsubversion on Windows

I'm trying to use hgsubversion plugin for mercurial from Windows. Pull from SVN repositpry works on Windows. But when I'm trying to push to the repository, I get the following message: pushing to ...
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 ...
0
votes
1answer
33 views

subversion/ tortoisesvn- changing the directory of a repository

I have a project in a directory projects/projectA. it has a corresponding subversion repository. I'm using Tortoisesvn as the front end. I'm trying to move the project to projects/projectA_old and ...
0
votes
2answers
110 views

ActionScript 3.0 version control library?

is there any library for Action Script 3 that allows my AIR application to function like a version control (svn or cvs or something similar) client? I just want to use the download functionality. my ...
0
votes
0answers
32 views

manage conflicts between svn repo and his cloned repo using hgsubversion

my goal is to have two repositories one (the master) managed with subversion in the server A and the second repository cloned with hgsubversion, my problem is when i have conflict, i don't know how to ...
0
votes
2answers
363 views

Teamcity and subversion

I have a teamcity server that belong to our group. I built a project that reference Subversion source control. and I made the trigger to be associated with subversion. The subversion doesn't belong to ...
0
votes
1answer
65 views

Creating a new SVN repository from a BASE repository?

I have a base repository, located at /home/bla/repo/BASE_REPOSITORY I create a new repository, located at /home/bla/repo/new Remember, the "new" repository already exists. I.e. I can't issue a ...
0
votes
1answer
271 views

git-svn on subset of large svn repo

repo layout: a/1 a/2 a/3 ... b/1 b/2 ... c/1 c/2 ... git-svn works perfect for me if I work on 1 svn repo subdir. But right now I'm facing the need to work on several subdirs (like, a/1, a/2, and ...