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

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 that is only written to by a script for Mercurial,…
Gary
  • 1,515
  • 1
  • 14
  • 22
2
votes
1 answer

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. $ hg pull $ hg update I needed to merge, so I…
Ivan Vučica
  • 9,529
  • 9
  • 60
  • 111
2
votes
2 answers

Pushing and pulling with hgsubversion without manual shelve step

I'm using TortoiseHg with an SVN repository using the hgsubversion extension. I like to use hg pull --rebase when I pull, to mirror what SVN does on svn update. Because I'm using hgsubversion, I will need to rebase anyway before I push, so I may as…
Ben
  • 8,725
  • 1
  • 30
  • 48
2
votes
2 answers

How to Pull from specific changeset

Recently I am working on Mercurial Repository. But I don't know how to pull version control from specific change-set ID on Mercurial ? Could you please share me any solution ?
Ozzy
  • 95
  • 3
  • 9
2
votes
0 answers

Mercurial aborts with "push creates multiple headed new branch"

I have a Mercurial repository that is converted from Subversion using hgsubversion. This is a continuous process that happens by cron job. Since the Subversion repo is still authoritative, all of the Mercurial clones are considered read-only (which…
0xC0000022L
  • 20,597
  • 9
  • 86
  • 152
2
votes
1 answer

Using Mercurial with Subversion, but with a twist

Up front, I am aware of and have looked into: https://www.mercurial-scm.org/wiki/HgSubversion https://www.mercurial-scm.org/wiki/WorkingWithSubversion unfortunately neither discuss the problem at hand. The question How can I teach an existing…
0xC0000022L
  • 20,597
  • 9
  • 86
  • 152
2
votes
0 answers

How do I use hgsubversionbranch with this non-standard layout?

I have a pretty non-standard SVN repo layout: http://svn.my.company.corp//trunk/ http://svn.my.company.corp//branches// http://svn.my.company.corp//tags// I'm not terribly worried about the…
Wayne Werner
  • 49,299
  • 29
  • 200
  • 290
2
votes
5 answers

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 afterwards, in case I missed something even of…
Henrik
  • 1,983
  • 3
  • 28
  • 52
2
votes
1 answer

hg up not changing to the named branch

My mercurial repository was created using a migration of a subversion repository. All else worked fine, except there is one named branch that I cannot update to ...after hg update it still shows the branch as 'default' in hg summary. The resulting…
eskhool
  • 657
  • 1
  • 11
  • 24
2
votes
3 answers

Importing Subversion repository which is well formed now, but was not well formed before

I would like to import the source code from a Subversion repository to Mercurial. Using Hg Subversion I imported it. The problem is, the layout of the SVN repo is the default one - with trunk directory, branches at the branches directory etc. -…
brandizzi
  • 26,083
  • 8
  • 103
  • 158
1
vote
2 answers

Team work with remote Mercurial repo which is backed up by SVN

The company I work at using SVN now. There are many teams here which has their own repositories for the projects they working on. These repositories sometimes depends on each other (using svn:external) e.g. some end-user-project using core team repo…
Olegas
  • 10,349
  • 8
  • 51
  • 72
1
vote
2 answers

Is it possible to (re)connect hgsubversion to a manually constructed repository?

I am working with a repository whose root has moved around some in its history (started at trunk/, moved to subproject/trunk). Right now I can either use hgsubversion to work with all the history up to the point when it moved to subproject/trunk…
kylewm
  • 634
  • 6
  • 21
1
vote
1 answer

How to convert SVN (Subversion) to Hg (Mercurial) on Windows?

I am using Windows xp 32 bit and i am using TortoiseHg and I want to clone a file from Codeplex but when I try to clone the sourcecode, I got an error says…
User2012384
  • 4,769
  • 16
  • 70
  • 106
1
vote
1 answer

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…
Anton Kiselev
  • 1,307
  • 1
  • 10
  • 12
1
vote
1 answer

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 the TortoiseHg UI?
Adam Mills
  • 7,719
  • 3
  • 31
  • 47