Tagged Questions

2
votes
2answers
995 views

How to set up subrepositories in Kiln

With the help of this post by Rob Sobers, I have set up my group of projects as a hierarchy of subrepositories and locally, on my own PC, everything seems to work so far. However, …
15
votes
1answer
2k views

SubRepositories, Many Projects and Many Shared Libraries

Many of the resources that I've seen on using subrepositories give examples with a single sub repository nested within a single parent repository. However, what is the best way to …
1
vote
1answer
967 views

Sub repository checkout

Hi there In our development environment we have many single units of logic in seperate Dlls. We have a separate repository for each dll as they can be referenced by multiple pro …
3
votes
1answer
2k views

Hg Subrepository Problem - "abort: unknown revision'

I've mostly got mercurial up and running and have been pretty pleased so far. Today I ran into a problem that I can't figure out how to solve. My main repository has a bunch of su …
3
votes
1answer
2k views

Can I clone a just a “part” of a large hg repository?

Hi, I have been trying to figure out whether mercurial supports (or has an analog of) one subversion feature, which is to checkout only a portion of a large repository into a work …
5
votes
1answer
3k views

Problems using sub repositories (subrepos)

I have a main repository (MainRepo) with all my source code, and a sub repository (SharedLibrary) with some 3'rd party DLL's I want to add to my MainRepo. For some reason my Share …
1
vote
3answers
466 views

Relating repositories

I set up a repository for a specific part of a project for a client. I've since decided I'd like to have a more global repository which includes the contents of the original repos …
2
votes
1answer
326 views

Is there a way to split a repository?

I had been using one big mercurial repository before, and now I'd like to move to a subrepository structure. Is there a way to split the original one into smaller chunks and keep …
2
votes
1answer
87 views

Subrepositories with prebuilt dependencies

Subrepositories allow us to tell the version control system of our dependencies so we don't need to manage version manually. However, with compiled languages and large enough syste …