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

How to push a range of revisions from svn to hg

I am trying to migrate from Subversion to Mercurail (Hg). For that process I use hg convert command. I want only the newest revisions that are a year older to be migrated to Mercurial. I tried using the below command hg convert --rev 4234…
DDK
  • 1,032
  • 18
  • 39
0
votes
0 answers

Copy and Reduce the size of SVn repos

I have one Huge SVN repos which is around 1TB in terms of size. I have two requirement as follows and i would like to know the best approach to be followed to save time and effort. Duplicating the whole repos of 1TB in shorter span of time and…
Rajesh Kumar
  • 355
  • 3
  • 19
0
votes
1 answer

Fixing reporsitory Mercurial + hgsubversion after interrupted commit

I was pushing 3 changesets with TortoisHg to an SVN repository using hgsubversion extension. Because of network interruptions the process hanged for a long time and I closed the TortoiseHg (it asked to interrupt operation, I said yes). Now the…
Arek
  • 1,276
  • 1
  • 10
  • 19
0
votes
1 answer

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 b/1), and there's much shit in repo besides…
an146
  • 23
  • 5
0
votes
2 answers

Move work to another branch Mercurial

I am currently using Mercurial for sub-version control in my project. Now I am suppose to work on a new branch 2.7 but I confuse to work with branch 2.6, I have developed the new feature which the feature on 2.7 but I build on 2.6. And now I want to…
Ozzy
  • 95
  • 3
  • 9
0
votes
0 answers

Svn checkout of a symbolic link in linux working copy fails with svn: E155009: and svn: E000002: error

I have a symbolic link committed into my svn-repository in linux. When i try to check out the symbolic link i see the below svn error , svn: E155009: Failed to run the WC DB work queue associated with '/home/mkas0001/test/fram', work item 30…
0
votes
1 answer

Sync Mercurial and SVN repositories

I have to maintain two repositories. One is mercurial and another is SVN. I want to sync both these repo with the history maintained. Few people will push code to mercurial and few will use SVN. So periodically we want to sync both the repos. I…
0
votes
2 answers

hg convert with filemap giving empty repository

I have got a new repository converted from SVN. I want to minimize this repository further by removing unintended files. For that I am again converting the mercurial repository to a new one by using hg convert and the filemap parameter. So my…
Kallol
  • 302
  • 4
  • 16
0
votes
1 answer

Jenkins job to deploy updated files

I have a development,stage and production branches in my trunk. My Stage servers don't have access to my Subversion files. Anytime code is merged into my Stage branch I want that code to be automatically deployed to my Stage servers. Is it…
rocketdoctor
  • 368
  • 3
  • 16
0
votes
2 answers

cannot push changes to repository on webDAV

Today i've tried to push changes into our shared repository hosted on an apache(2.2.x) running webdav(over HTTPS). The repository in the dav-directory is a clone of my working directory. Option NoUpdate is enabled. Both Repositories are…
Ben Matheja
  • 115
  • 2
  • 2
  • 12
0
votes
1 answer

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 cloned my local hg repo) is like…
Redeemed1
  • 3,953
  • 8
  • 38
  • 63
0
votes
2 answers

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 repository. After nearly thirty hours I now have…
0xC0000022L
  • 20,597
  • 9
  • 86
  • 152
0
votes
1 answer

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 https://www.mercurial-scm.org/wiki/PublishingRepositories and seen different means to publish my repository to the web but not been able to get any…
ade19
  • 1,150
  • 4
  • 13
  • 28
0
votes
1 answer

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 subversion. My question is this: what is the best…
bigh_29
  • 2,529
  • 26
  • 22
0
votes
2 answers

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 Subversion server. The updates would be committed to…
Josh
  • 632
  • 7
  • 13