Questions tagged [mercurial-subrepos]

Questions related to the subrepository feature in the Mercurial distributed version control system.

Questions related to the subrepositories feature in the Mercurial distributed version control system.

129 questions
0
votes
1 answer

Import module maintaining original location

I am having trouble bringing in a subrepository in my project. The idea is that I bring a module in /arbitrary/folder and I want to include it on my current project located at /important/project When using the GUI Import Module... from the menu the…
0
votes
1 answer

How to inlude files of sub-repository in main repository?

Basically I want to reproduce this method with Mercurial. I don't want to have actual sub-repository, I just want manage files of sub-repo as files of my main project and main repository, and at the same time have .hg directory for this fake…
Gill Bates
  • 14,330
  • 23
  • 70
  • 138
0
votes
2 answers

Mercurial subrepos, what am I doing wrong?

I've got a checkout of a project on my machine to which I've added subrepo. Works fine on that checkout, but when I clone the project in other location it doesn't clone subrepos. .hgsub is pushed to default. Dir structure is ./projA/ ##…
vartec
  • 131,205
  • 36
  • 218
  • 244
0
votes
2 answers

hg clone fails after adding subrepos

I have a problem with my mercurial main repo. My colleague created a bunch of subrepositories for dependancies, and since then, I can't update my local repo. I decided to try a checkout in an empty directory but I have the same error : hg clone…
Dinaiz
  • 2,213
  • 4
  • 22
  • 32
0
votes
1 answer

Deploy Subrepos to Appharbor

I am attempting to setup a deployment on appharbor for code hosted on bitbucket. I have a number of projects that make use of a library project that I have, so I use subrepos to keep my code manageable. This prevents appharbor from deploying…
mrK
  • 2,208
  • 4
  • 32
  • 46
0
votes
1 answer

Are nested mercurial subrepos that bad?

After researching mercurial and reading http://thread.gmane.org/gmane.comp.version-control.mercurial.devel/40107 I have been sufficiently warned about the dangers of nested subrepos. However, I have to use mercurial and subrepos seem like a useful…
wDroter
  • 1,209
  • 4
  • 17
  • 25
0
votes
1 answer

Determining changes in subrepositories on remote server without commit in main repository

I want to use hierarchical structure with mercurial repositories. Structure _Main Main/sub1 Main/sub2_ .hgsub sub1=sub1 sub2=sub2 [subpaths] somepath/Main/sub1=somepath/sub1 somepath/Main/sub1=somepath/sub2 Then my colleagues will…
Camarada
  • 107
  • 1
  • 9
0
votes
1 answer

Mq on a subrepo without write access

I have a dependancy as a subrepository (without write access to) in my project. I'd like to add a few personal customizations to that subrepository - possibly using mq. I also would love to be able to just clone the main repo to build it. Currently…
Łukasz Gruner
  • 2,929
  • 3
  • 26
  • 28
0
votes
1 answer

Make Jenkins detect changes to a Mercurial sub repo

Is there a way to make Jenkins polling feature detect that a change has occurred in a sub repo, even when that change has not yet been committed to the parent repo? Realistically I expect that I'm looking for a plugin that will do a pull -u on any…
shanethehat
  • 15,460
  • 11
  • 57
  • 87
1 2 3
8
9