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
1
vote
1 answer

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 a Mercurial repo and push and pull from…
Lumi
  • 14,775
  • 8
  • 59
  • 92
1
vote
4 answers

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?
user786234
  • 13
  • 2
1
vote
4 answers

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 in activecollab, just as they are for SVN?
Terence Johnson
  • 1,637
  • 1
  • 16
  • 21
1
vote
1 answer

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 invalid UTF-8 sequence\n(hex: 92 73 20 4e)', 22) I've…
Stephen
  • 19,488
  • 10
  • 62
  • 83
1
vote
2 answers

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 hg repo, pushed daily to bitbucket and thence to…
Bradjcox
  • 1,509
  • 1
  • 18
  • 30
1
vote
2 answers

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 rebase --svn followed by a simple hg push with…
Dan Tao
  • 125,917
  • 54
  • 300
  • 447
1
vote
1 answer

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 experience with DVCSs, so maybe I'm on the wrong track…
wwerner
  • 4,227
  • 1
  • 21
  • 39
1
vote
2 answers

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 create rather large issues for mercurial (1.8 with…
Stephen
  • 19,488
  • 10
  • 62
  • 83
1
vote
1 answer

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 want to pull in the full history from trunk, so I…
whatnick
  • 5,400
  • 3
  • 19
  • 35
1
vote
1 answer

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 repo uses default as their default branch name. My…
TheLQ
  • 14,830
  • 14
  • 69
  • 107
1
vote
3 answers

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: hgsubversion and git-svn: For both programs I…
Rudi
  • 19,366
  • 3
  • 55
  • 77
1
vote
3 answers

Untrack files without removing from remote repository

In our company, we just started using Mercurial and we are facing the following problem: We have some files in the remote repository that are changed by each developer to add some local configuration but these files must never be changed in the…
Paco Lagunas
  • 320
  • 1
  • 13
1
vote
2 answers

Can't hg update, "Unlinking directory not permitted"!

I have a Hg repository I created by cloning an SVN repository using hgsubversion. When I do a 'hg update --clean' I get an error: abort: Unlinking directory not permitted: 'E:\Scratch\svn_to_hg\WorkProject_hg\My Project\PublishProfiles'. If I…
sheamus
  • 3,001
  • 4
  • 31
  • 54
1
vote
2 answers

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 repositories will be identical is there some way to…
sylvanaar
  • 8,096
  • 37
  • 59
1
vote
1 answer

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 starting point in developing an app/webapp/program…
leeand00
  • 25,510
  • 39
  • 140
  • 297