5
votes
2answers
92 views
Repository View
Add functionality to display repositories in a "detail" format and not default to the box-like containers.
Many of our repositories have long names which are usually distinguished …
3
votes
2answers
123 views
Repository list view
In kilnhg, I would prefer to see the sub repository in list view. The sub repository name does not always fit inside the boxes. Looking at the image below, it does not show all o …
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
1answer
211 views
Still confused about repository group layouts
I've been reading all sorts of repository layout questions and answers throughout most of the day and I'm still feeling a little confused on something in regards to a devel/qa/stab …
3
votes
1answer
389 views
Projects, Groups, Repositories, Sub-Repositories, Branches
Can anyone give a succinct definition of the "grouping" / "organizing" concepts in Kiln? When should each one be used?
Projects
Repository Groups
Repositories
Sub-Repositories
Br …
7
votes
2answers
601 views
From Source Safe With Love
Howdy folks!
We currently use Source Safe in our company, mostly due to our clients requests. As we tend to move away from outsourcing, we're testing more recent alternatives to w …
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
…
4
votes
2answers
485 views
Repository layout that enables code reviews
I am trying to come up with a repository layout that captures a lot of the ideas already discussed on this site, but that also enables a manageable process that requires code revie …
5
votes
3answers
846 views
What is the downside to having only one repository?
We have a specialized DB product that consists of a core library and a number of support tools. Users of our product simply link the library with their app and use it that way. The …
0
votes
1answer
129 views
Intended Kiln Repository Layout for Multiple Active Versions
Our projects are under the process described here -- http://kiln.stackexchange.com/questions/1070/dealing-with-multiple-release-versions-at-the-same-time -- where you have multiple …
3
votes
2answers
328 views
How could I manage shared code with named branches in a single repository?
Since we switched from SVN to Hg+Kiln we have been using a repository-per-project model as recommended by FC. We have a large suite of shared libraries which we have in a single "C …
3
votes
0answers
227 views
The best way to set up repositories and projects? [closed]
Possible Duplicate:
Projects, Groups, Repositories, Sub-Repositories, Branches
I read some related questions like:
Using projects and repositories
How to setup reposito …
4
votes
1answer
211 views
Filesystem layout for Kiln repos
We plan to use subrepos to share code between projects. To alleviate some of the problems with hard-coded subrepo URLs, we plan to use relational paths in our .hgsub file. For ex …
2
votes
2answers
165 views
Feature Request: Show repository groups in Related view
Our primary Kiln project is big - it's basically a bunch of related projects that all use a lot of the same codebase, but for organization and change management, we have it set up …
1
vote
1answer
114 views
Kiln “fixed” my repository
I have set up our repositories for all of our projects following the simple model of having a "Dev" and a "Stable" repository for each project. Today, I am attempting to perform a …