Tagged Questions

0
votes
0answers
42 views

Subrepos Yay or Nay?

I'm curious whether or not others have embraced the subrepo feature. We set up our project pretty much blinding going nuts with subrepos and recently... had an issue merging the .s …
1
vote
1answer
28 views

“where used” search on a subrepo

There are disastrous consequences of deleting or renaming a repository, especially if it is a subrepo. Project history breaks and clone can also break. It would be very helpful to …
1
vote
1answer
261 views

How to import mercurial repositories with subrepos

I have local mercurial repos that are well organized and contain many subrepos. I spent many hours organizing our code and shared projects (as subrepos) and would now like to impor …
2
votes
2answers
1k 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, …
0
votes
1answer
261 views

Kiln architecture: stable/dev subrepositories and partial push/pull

Hi all, Kiln/Mercurial newbie here, working through the doc on this site and the various helpful resources out there on DVCS and this implementation of it. Background is Subversion …
6
votes
2answers
170 views

Does Kiln support trivial paths for sub-repositories?

I read here that trivial subrepo paths are good. Do you support them?
18
votes
2answers
703 views

Relative subrepo paths in Kiln

First off, Kiln is awesome. We get a lot out of all its different aspects and features. However we could really benefit from being able to use relative sub-repo paths and having K …
2
votes
1answer
438 views

Structuring Kiln For WPF Projects

The last few days I've been reading as many of the discussions around Kiln repository structure as I can find. Posts that I found particularly insightful include: Using Projects …
4
votes
1answer
93 views

Allow changesets from multiple repos in a single code review (improve support for subrepos)

We use subrepos extensively at my company, but are having problems with the code review interface. Out typical repo structure is something like this: build repo/ app code sub …
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 …
3
votes
1answer
417 views

Using Mecurial to aid deployment

I am new to kiln and mercurial but have read through the Joel's excellent tutorial and tinkered a bit with a HelloWorld repository. It seems like a powerful tool but may take some …
3
votes
1answer
294 views

Wanted: Faster way to pull/push/clone with multiple subrepositories

We make extensive use of subrepos in our Kiln repositories. All of our .NET repositories have at least 3-4 subrepos, with some having as many as 12-14. Since pulling from each sub …
11
votes
3answers
742 views

How do subrepos work with stable/devel repositories?

There is plenty on this site advocating the use of subrepos to organize your shared libraries. Also, the prevailing advice is to maintain devel/stable copies (and possibly QA) for …
4
votes
2answers
224 views

How can I have “my” branch repository linked to “my” branch library and then merge them back to their parents?

I have a project which has a subrepository linked to it and I'd like to branch my project, and also my subrepository so I can work on both and merge back from time to time. I tri …
10
votes
4answers
2k views

Globally branching with multiple subrepositories in Kiln

I've been doing quite a bit of experimenting with the best way to import our Subversion repository into Kiln. Let's use an example simplified SVN repository structure: /trunk …

1 2 3 next
15 30 50 per page