hgsubversion
Apply mercurial bundle file on different changeset
TLDR: I have an HG bundlewith 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?[详细]
2023-04-08 19:00 分类:问答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 si[详细]
2023-04-06 05:30 分类:问答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 6开发者_JAVA技巧c 69 73 74 20 74 68 65 20 63 6c 69 65 6e 74)[详细]
2023-03-06 17:33 分类:问答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 mana[详细]
2023-03-06 07:38 分类:问答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.[详细]
2023-03-05 11:30 分类:问答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[详细]
2023-02-28 19:39 分类:问答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[详细]
2023-02-27 03:44 分类:问答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[详细]
2023-02-19 08:15 分类:问答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/commi[详细]
2023-02-17 14:05 分类:问答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.[详细]
2023-02-16 09:51 分类:问答