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

learn more… | top users | synonyms

0
votes
0answers
10 views

TortioisHg with hgsubversion does not handle default remote repository in sync

I am using TortoiseHg 2.7.2 with most recent version of hgsubversion. All works fine except for one issue related to the Sync dialog. The URL for the remote repository (from which I originally ...
0
votes
1answer
53 views

How to clone from local (file:///) SVN repository with hgsvn?

At the moment I am trying to get a clone of a remote subversion repository running. The remote repository is only available over a very slow link, so I went with svnsync to create a local subversion ...
0
votes
1answer
50 views

No pushing of a local Mercurial commits to SVN with HgSubversion?

I am making say 4 local commits in HgSVN, then I updated my local code to an earlier revision, I added changes to it, did local commits, merged with server code and when tried to push, I was not ...
0
votes
1answer
45 views

Redefine location of branches, tags, and trunk when using hgsubversion

I am attempting to convert a rather large Subversion repository to Mercurial using hgsubversion. I almost have it working except that branches and tags are not being captured and the final Mercurial ...
0
votes
1answer
68 views

Mercurial on share host without SSH

I am trying to get mercurial to work on a shared host without SSH access. I have looked through http://mercurial.selenic.com/wiki/PublishingRepositories and seen different means to publish my ...
0
votes
1answer
43 views

What is the proper way to create new projects with hgsubversion, svn, and mercurial?

I have switched my development to mercurial, but I still have to talk with a subversion server using hgsubversion. I am up and running locally with hg for all of the projects that already existed in ...
0
votes
2answers
108 views

How do you clone an hgsubversion repository and retain the Subversion revision information?

I have what seems to be a unique situation. I need to have a central Mercurial repository that can pull from a Subversion server and whose clones will also be able to pull updates from the same ...
2
votes
2answers
79 views

Git-svn/hgsubversion clone of a renamed project

I have a SVN project and I want to clone to either Git or Mercurial. The cloning to both VCS' works fine, except for one major problem - I always get only the last revision, no any other history ...
1
vote
1answer
83 views

Hgsubversion: no compatible bindings available

I have to check-in my work into a main svn repo, so I had to setup hgsubversion plugin for Mercurial. That is fine, I cloned the plugin from bitbucket, added the [extensions] hgsubversion = ...
0
votes
0answers
23 views

How to set user config globally for Mercurial in windows 7 [duplicate]

Possible Duplicate: How to save username and password with Mercurial? I am using windows 7. I admit that I'm a beginner to mercurial, just started up with few basic commands. I'm done with ...
1
vote
0answers
37 views

how to delete a video file from svn entire revision

one of my developer added a video file to svn repository and commited the code.File size is 700MB. later he deleted that file from repository.The problem is I have to take svn backup daily, the ...
1
vote
1answer
170 views

hg up <branch_name> 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 ...
4
votes
1answer
146 views

When doing qpush, can I get a merge tool instead of .rej files?

I've recently start using mq, which is a great way of working. One thing that annoys me slightly is that when I qpush back my patches after doing a pull and update, I end up with .rej files if there ...
1
vote
1answer
45 views

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

Using hgsubversion to convert SVN to Mercurial?

I want to know how to convert a SVN repository to a Mercurial repository using the hgsubversion (http://mercurial.selenic.com/wiki/HgSubversion) tool. I tried the hg convert command ...
1
vote
1answer
304 views

How to specify username and password for Hgsubversion

I would like to know how to specify user name and password to be used in pushing changes to subversion repository from HG using Hgsubversion I would like to know where in my repository I should set ...
1
vote
2answers
112 views

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 ...
0
votes
2answers
108 views

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 ...
1
vote
1answer
196 views

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 ...
3
votes
2answers
230 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
150 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
323 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 ...
1
vote
1answer
402 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 ...
0
votes
1answer
106 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 ...
3
votes
2answers
157 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
132 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 ...
3
votes
1answer
233 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
518 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: ...
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 ...
1
vote
4answers
232 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
984 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 ...
0
votes
1answer
225 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 ...
8
votes
4answers
943 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 ...
4
votes
2answers
589 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 ...
1
vote
2answers
629 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 ...
0
votes
1answer
44 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 ...
1
vote
2answers
109 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 ...
0
votes
2answers
226 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 ...
1
vote
1answer
284 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 ...
5
votes
2answers
494 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 ...
7
votes
1answer
666 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 ...
1
vote
2answers
255 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
169 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 ...
10
votes
2answers
2k 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
2answers
259 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 ...
1
vote
1answer
810 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 ...
7
votes
3answers
747 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 ...
7
votes
4answers
824 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 ...
1
vote
3answers
106 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: ...
5
votes
1answer
526 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 ...

1 2