dvcs
Mercurial and NTFS Alternate data stream
How does Mercurial handle Alternate Data Streams (in the NTFS file system)? If it can\'t handle that, is there a DCVS that does?[详细]
2023-02-04 16:07 分类:问答version control: moving a bug fix/code enhancement around feature development
I have a workflow question related to Mercurial (possibly applicable to other DVCS). The repo is set up using the typical default/stable setup.[详细]
2023-02-04 06:56 分类:问答Converting subversion repository to mercurial converting revision IDs in commit logs
I\'m converting a big (with about 9000 changesets) Subversion repository to Mercurial. It is coupled with Trac issue tracking system, so the commit logs have many cross-references to other revision ID[详细]
2023-02-03 23:44 分类:问答Merging with MercurialEclipse has conflicts that are resolved automatically when merged at the command line
I am playing around with Mercurial to see if it is suitable for use in our company.One of the big selling points of it is the merging capabilities.So I have been playing around with creating branches[详细]
2023-02-03 22:36 分类:问答push pull with multiple remote location in mercurial
(I am newbie in mercurial. and version control. ) I am开发者_运维技巧 using an opensource framework clone from bitbucket(mercurial). whenever that framework is updated I run hg pull and hg update to[详细]
2023-02-03 20:04 分类:问答Small Shop, Why DVCS?
We have a small programming shop of at most 5 people working on a single project.I fully grok why DVCS is better for open source projects, and for large companies, but what advantages does it have for[详细]
2023-02-03 16:53 分类:问答Mercurial commit only tip
In my setup I have a central Hg repo to which I\'m pushing my local changes.Say in my local clone I have a 开发者_Go百科series of local commits and then I want to push the changes to the central repo.[详细]
2023-02-03 13:51 分类:问答hg equivalant of git revert
I have a commit on a public repository.I would like this commit to not be there (I\'ve moved that work off to a branch), I obviously don\'t开发者_如何学编程 want to destroy the branch history, basical[详细]
2023-02-02 11:41 分类:问答Questions about task driven branching
I\'m considering switching from HG to Plastic SCM (http://www.plasticscm.com, mainly because it seems to offer much nicer VS integration), and they promote \"task driven branching\", that is, branchin[详细]
2023-02-01 09:00 分类:问答Is there a better tool for performing merges in SVN (capable of using merge tracking info)?
From other questions I gather that the strength of the DVCS, the ease of me开发者_如何学Crges, comes from the fact that each revision knows its parents. Ever since SVN 1.5 came out over 2 years ago, t[详细]
2023-02-01 05:40 分类:问答