subrepos
How to set up a mercurial repository which contains only some packages from different subrepositories projects?
I have a distant repository called http://myrepo I also have 3 projects with 3 distinct packages (1 in each) stored in D:/Projects/Project[ABC]/src/pack[ABC].[详细]
2023-04-04 07:15 分类:问答subrepos - Does Mercurial's subrepositories can be used to push multiple project in a repository?
I have 3 projects: D:\\Projects\\ProjectA\\src\\packA D:\\Projects\\ProjectB\\src\\packB D:\\Projects\\ProjectC\\src\\packC[详细]
2023-04-03 04:24 分类:问答Workflow to keep Mercurial subrepositories up to date when changes are made in clones?
I have read every question on Mercurial subrepositories that I could and still not sure how it works.We are using hgweb.cgi on IIS so we have http:// paths to all of our repos.[详细]
2023-04-02 06:36 分类:问答Mercurial Subrepositories - Do you have to commit in the subrepository and then commit on the main repository?
Using TortoiseHg 2.1.3 and Hg 1.9.2. No matter what I do, the parent repo is not seeing new files created in the subrepo unless I first commit them in the subrepo.I thought all commits and pushes were[详细]
2023-04-01 16:45 分类:问答Using subrepositories in mercurial to "share code"
I have a repository in which I have three subfolders. A, B and a core folder. I need the files of the core folder in A and in B. So every file of the core folder should be inside another folder in A[详细]
2023-03-23 11:00 分类:问答Recursively tag all Sub-Repositories using Mercurial
Is it possible to tag the main parent reposi开发者_运维百科tory and have the tag added to all of the sub-repositories too?[详细]
2023-03-15 11:32 分类:问答What's a good way to organize projects with shared dependencies in Mercurial? [closed]
Closed. This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing[详细]
2023-03-06 02:13 分类:问答Mercurial: Windows script to add subrepository automatically
RyanWilcox had posted a script at here, that can use the following command to add subrepository automatically:[详细]
2023-03-04 08:10 分类:问答Working with subrepos in Mercurial
I\'ve got a big system with many components that I want to spread out over several different mercurial repositories (so people working on parts of the system don\'t have to checkout the entire system)[详细]
2023-02-22 04:40 分类:问答Changing a subrepository url in mercurial, from https to ssh. Any problems doing that?
I have in a .hgsub, an entry to a subrepository, that is invoked using https. myrepo = https://user@bitbucket.org/user/project[详细]
2023-02-20 15:34 分类:问答