Tagged Questions

More information: Mercurial wiki hg help subrepos Example-driven subrepository guide

learn more… | top users | synonyms

30
votes
2answers
7k views

Mercurial Subrepos - How do you create them and how do they work?

Situation I have two .NET solutions (Foo and Bar) and a common library that contains ProjectA, ProjectB, and ProjectC. Foo and Bar reference one or more library projects, but the library projects are ...
25
votes
3answers
515 views

What's a good way to organize projects with shared dependencies in Mercurial?

Currently, I'm moving from a legacy version control system and moving my group's project to mercurial. As one example of the kinds of code I'm moving, I have a 25+ project Visual Studio solution, ...
17
votes
1answer
1k views

Split large repo into multiple subrepos and preserve history (Mercurial)

We have a large base of code that contains several shared projects, solution files, etc in one directory in SVN. We're migrating to Mercurial. I would like to take this opportunity to reorganize our ...
12
votes
2answers
723 views

Hg sub-repository dependencies

There have been a couple of questions about Hg sub-repo dependencies in the past (here and here) but the accepted answers don't seem to address the problem for me. A project of mine has 4 ...
11
votes
3answers
277 views

Git, sub-repos & external libs for web development - best strategy once and for all?

This is such a common scenario that there must be a sensible solution, yet despite pages of reading and copious Git gymnastics, my brain aches and I'm unable to make this work... I'm working with ...
11
votes
2answers
3k views

What is the correct way to handle nested Hg repositories with Mercurial/TortoiseHg?

I'm struggling on how to correctly track nested repositories using TortoiseHg. I have a main repository that tracks my whole project. This project contains several little plugins that are stored ...
9
votes
2answers
1k views

Does a mercurial subrepository have to be a subdirectory of the main repository?

My project is made up of code in the following locations C:\Dev\ProjectA C:\Lib\LibraryB C:\Lib\LibraryC Presently each of these folders is a completely independent Mercurial repository. Project A ...
8
votes
1answer
2k views

Mercurial hg Subrepository Problem - "abort: unknown revision'

Note: I asked this yesterday over at kiln.stackexchange.com, but haven't gotten an answer, and it's holding up my work. So I figured I'd give it a shot here. My main mercurial repository has a bunch ...
8
votes
2answers
386 views

Is the subprepos feature in Mercurial 1.4.x ready for production use?

I'd like to evaluate Mercurial for my working projects. But most of my projects very heavily rely on the presence of svn:externals-like support. I've searched over StackOverflow and googled for ...
7
votes
2answers
376 views

How can I prevent mercurial from pushing subrepos?

In my repository I've added several sub-repositories for modules that I'm using. I'm always going to treat these subrepos as "pull only". I don't plan to make any changes to them but want to retain ...
6
votes
1answer
269 views

Is DVCS (Mercurial) not for me?

I work in a company where we create a lot of small customer-specific applications. We are a few developers but most of the time there is only one developer per project. Customer1 ProjectX ...
5
votes
1answer
146 views

Recursively tag all Sub-Repositories using Mercurial

Is it possible to tag the main parent repository and have the tag added to all of the sub-repositories too? Without this if I were ever to remove a project as a sub-repository and access it on its ...
5
votes
2answers
558 views

Mercurial subrepositories - managing more complex dependency hierarchies

I have a master project that's using a fairly standard source tree approach + mercurial subrepositories. Master \lib - compiled binaries - things like log4net, AutoFac, etc \source - VS solution, ...
5
votes
2answers
544 views

How to convert an existing Mercurial repository to use subrepositories and keep the history intact?

I've been reading about subrepositories and how to extract an existing folder from a Mercurial repository to a subrepository using the convert extension and a filemap. I can successfully do this. If I ...
5
votes
1answer
443 views

Pushing mercurial repo without pushing subrepos

I'm using Mercurial 1.6. I have a repo with a few subrepos (11). I would like to push the parent repo to the default remote repo without pushing the child repos. Reasons for wanting to do this ...
4
votes
2answers
34 views

Updating to old Mercurial revisions with subrepos that have moved

Our project has a couple of remote subrepos in it, and their addresses have recently moved from http://host/path to http://other_host/path. How can one go back to a revision from, say, last month, ...
4
votes
1answer
157 views

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. Here is the basic ...
4
votes
1answer
148 views

Mercurial: Windows script to add subrepository automatically

RyanWilcox had posted a script at here, that can use the following command to add subrepository automatically: $ cd $TOP_OF_HG_PROJECT $ addsubrepo.sh $URL_TO_HG_PROJECT ...
4
votes
1answer
122 views

Force Mercurial to always use --subrepos

Is it possible to configure Mercurial to always check subrepos? I'd like it enabled all the time without having to specify it on the command each time.
4
votes
2answers
2k views

tortoisehg and subrepos

I can't get Tortoisehg (1.0) to work with subrepos I have a directory structure like this: root .hg .hgsub .hgsubstate Customer1 Project1 .hg foo.txt Project2 .hg ...
3
votes
1answer
68 views

Mercurial repository with bitbucket subrespository - how to prevent push

I am in the process of setting up some third-party subrepositories under a Mercurial repository. One subrepo is another Mercurial repo hosted on Bitbucket. Since it is a public repo, and I am not a ...
3
votes
1answer
176 views

Adapting svn:externals usage for move to Mercurial

We've got in a corporate environment an svn repository structure which looks like this: root libs shared_lib1 shared_lib2 private_lib public_code private_code where public_code is ...
3
votes
1answer
212 views

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). ...
3
votes
2answers
400 views

Mercurial sub-repositories

I read the tutorial many times and I feel that I am still missing something. I'll just try to give a concrete scenario. Please help me find where I'm wrong. Suppose I have a repository which ...
3
votes
2answers
801 views

subrepo, hg clone and symlinks

I'm quite new to mercurial, I've read a lot on this topic but I've been unable to find a clear answer. The mercurial guide says: "For efficiency, hardlinks are used for cloning whenever the source ...
3
votes
1answer
393 views

Can I commit changes to multiple mercurial subrepos to a new named branch?

I have a mercurial repository with multiple sub repositories inside it. The repository has a visual studio solution containing projects in the repository and the subrepository. Suppose I want to ...
3
votes
3answers
296 views

Join multiple subrepos into one and preserve history in Mercurial

Currently I have project consisting of multiple repositories, e.g.: +---Project (main repo) +---Core (subrepo) +---Web (subrepo) \---Tests (subrepo) Unfortunately the code between ...
3
votes
2answers
270 views

Is it possible to peg a Mercurial subrepo to a specific revision (like svn:externals)?

I'm migrating a set of projects from Subversion to Mercurial. The projects currently use svn:externals to pull code from one into the others. I've been following the recommendation to point externals ...
3
votes
1answer
2k views

Mercurial Remote Subrepos

I'm trying to set up my Mercurial repository system to work with multiple subrepos. I've basically followed these instructions to set up the client repo with Mercurial client v1.5 and I'm using ...
2
votes
2answers
52 views

How to store my binary assets with Mercurial?

I'm starting a game development project and my team and I will be using Mercurial for version control and I was wondering what a more appropriate way to store the binary assets for the game would be. ...
2
votes
1answer
91 views

Make .hgignore in a Mercurial repository available to all subrepos?

I have a Mercurial repository with several subrepos. Is there a possibility to only define a general .hgignore-File (e.g. to ignore object-files) both in the main repository and, optionally a ...
2
votes
3answers
120 views

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 ...
2
votes
0answers
116 views

How to show progress of subrepository update?

I have a Mercurial repository that contains a SVN subrepository. During hg update Mercurial freezes during processing of .hgsubstate file. I understand that this is because Mercurial executes svn ...
2
votes
2answers
153 views

Tagging a subrepository only

I have a Mercurial main-repository with one sub-repository, like this: Main .hg .hgsub .hgsubstate <some_regular_files_and_subdirs> Sub .hg ...
2
votes
1answer
129 views

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 Now, I want to use ssh since both repositories are mine and I've ...
2
votes
2answers
808 views

Using a git subrepo which has ANOTHER git subrepo in a mercurial repository, is this possible?

I have a mercurial repository, and have added without problems a git subrepo (hg 1.8). Problem is: this git subrepo has ANOTHER git subrepository inside itself and it isn't being pulled (it's in the ...
2
votes
2answers
260 views

Mercurial workflow with subrepositories and offline clones?

I'm offline a lot. So normally, I use one local clone as a "hub" for features, bugs, etc. hg clone local-hub bug-123 Works offline. Cool. Can I use a similar workflow if that project contains ...
2
votes
0answers
315 views

Mercurial subrepositories with MQ

Sometimes when I am working on a code change, I need to make a corresponding change to the shared library code in my repository, which is itself a subrepository. When I want to commit the changes, I ...
2
votes
1answer
270 views

Mercurial nested subrepos (subrepos in subrepos) not recursively commiting?

I've got a Mercurial repo set up like this, with a subrepo inside another subrepo: Root .hg .hgsub .hgsubstate Nested .hg .hgsub .hgsubstate foo.txt FurtherNested ...
2
votes
5answers
448 views

Does mercurial-server support subrepo?

I installed mercurial-server on one of my machines, cloned my project there, it has 3 subrepos, and when I try to clone it back to another location I get an error: remote: mercurial-server: Cannot ...
2
votes
2answers
618 views

Why are mercurial subrepos behaving as unversioned files in eclipse AND torotoiseHG

I am trying to use the subrepo feature of mercurial, using the mercurial eclipse plugin\tortoiseHG. These are the steps I took: Created an empty dir /root cloned all repos that I want to be ...
2
votes
2answers
543 views

Mercurial Subrepos, how to control which changeset I want to use for a subrepo?

I am reading up on subrepos, and have been running some tests locally, seems to work OK so far, but I have one question. How do I specify/control which changeset I want to use for a particular ...
2
votes
1answer
260 views

How do I get changes to propagate to all subrepos in Mercurial?

I have recently switched from Subversion to Mercurial for source control and in doing so have split up one repository into several. I used subrepos to manage the dependencies between repositories. The ...
1
vote
1answer
73 views

How can I make MercurialEclipse clone repo with a git subrepo under Windows?

I converted my svn subdirectory with svn:externals leading to github via its svn gateway into bitbucket and uploaded on bitbucket (I wanted to shift to DVCS, bitbucket allows personal repos so I can ...
1
vote
2answers
89 views

Mercurial Subrepos are not created during cloning process

I have created a repository that contains a subfolder called 'subrepo'. I then created an .hgsub file with the following contents: subrepo = https://me@bitbucket.org/me/subrepo-test When I go to ...
1
vote
1answer
78 views

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 I want to store the 3 packages of these 3 projects in a same distant repository. I ...
1
vote
1answer
103 views

Mercurial: can I ignore a file for push/pull but still commit? (.hgsub)

I have a repo with two sub-repos set up like this: project/ |-- folder1 |-- folder2 |-- www [subrepo] |-- dev [subrepo] On Machine A, I have checked out project, www, and ...
1
vote
1answer
116 views

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 ...
1
vote
1answer
292 views

How exactly do “subpaths” in mercurial (hg) work?

I'm reading about subpaths in mercurial, and still can't understand the following: if subpaths file isn't versioned, how am I supposed to have at least a "primary" source for this? Should I version a ...
1
vote
1answer
270 views

Regarding Mercurial Security + recursive checkins of subrepositories

this is going to be a long post...sorry upfront. I'm trying to wrap my head around how to hold together "Repositories for each project branch", and what the impact of that would be on a team. Right ...

1 2