hgsubversion
How do you get hgsubversion working?
The online documentation for hgsubversion sucks, IMO (I hate to say that). I\'ve been following the instructions in the Quick Start.[详细]
2023-01-08 09:45 分类:问答Using git-svn (or similar) *just* to help out with an svn merge?
Some complex subversion merges are coming up in my project: big branches that have been apart for a long time. Svn gives too many conflicts - and some of them seem spurious.[详细]
2023-01-02 06:58 分类:问答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.[详细]
2022-12-28 03:56 分类:问答How to handle merges with hgsubversion?
I am trying to contribute to a project that uses Subversion. 开发者_Go百科 I used Mercurial and its hgsubversion extension to clone the repo.My work takes place on a feature branch.[详细]
2022-12-27 16:46 分类:问答Can I use Mercurial locally, and update from/push to a Subversion repository?
As a freelancer, I often work at companies who use Subversion repositories. It’d be handy if I could use Mercurial to get code from these repositories, track my changes when I’m offline, and then c[详细]
2022-12-23 17:18 分类:问答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 rep[详细]
2022-12-23 08:58 分类:问答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[详细]
2022-12-19 12:41 分类:问答Subversion: To edit or not to edit commit-comments
I\'m having a discussion with the management about Subversion 开发者_C百科practices. I\'ve asked them to tell the administrator to configure our Subversion repository so it\'s possible to change the c[详细]
2022-12-14 03:10 分类:问答