Tagged Questions

Kiln is Fog Creek's distributed version control system based on Mercurial. Kiln aims to simplify the power of DVCS for teams of all sizes and includes an integrated code review system.

learn more… | top users | synonyms

24
votes
6answers
4k views

Why Kiln is based on Mercurial, and not other (D)VCS

What were the reason for chosing Mercurial as a basis of FogCreek Kiln, a source control management system with tightly integrated code review, and FogBugz integration? Why Mercurial, and not other ...
11
votes
2answers
324 views

Push to multiple remote repositories from a single local repo in Mercurial

I was considering using AppHarbor to host a lightweight website and was investigating their Mercurial integration. Currently I use Kiln for my remote repositories, but currently AppHarbor only ...
9
votes
2answers
318 views

How to full-text index a Mercurial repository?

What to do when hg log -k is not sufficient, and hg grep is just way too slow (cca. 100k changesets)? We have very bad experiences with Fisheye (way too slow), and Kiln seems to tie us into the ...
9
votes
2answers
902 views

Choosing a Mercurial hosting

I'm looking for a Mercurial hosting which is free. (I'm only a student right now.) And it seems like it boils down to Bitbucket or Project Hosting on Google Code. (Other suggestions are welcome.) So, ...
6
votes
1answer
91 views

Mercurial/Kiln how can I get a deleted file without affecting my other files?

I have a file that was deleted a few changesets ago. As you can imagine, the other files in my project have changed since then. How can I get back that file (it's actually 2 files) without reverting ...
5
votes
7answers
138 views

Why isn't database version control considered as important as application version control?

I've recently started using Kiln Source Control for all my projects VB.NET code, and I don't know how I managed without it! I've been looking for a database source control, for all my stored ...
5
votes
3answers
295 views

Automated sync between Github and Kiln

I am a frontend designer and don't have a large programming background. I do CSS/html and a bit of JavaScript. The tech team at our company has moved our version control from Git (github) to Mercurial ...
5
votes
3answers
847 views

idiots checklist for mercurial with visual studio 2010

So Im a source control idiot so please humor me with this checklist. I finally decided to use Mercurial + TortoiseHg + (VS2010 + HgSccPackage) + Kiln for my next project. I read http://hginit.com/ ...
5
votes
4answers
1k views

TFS vs FogBugz Kiln

What are the issues we may face if we move from TFS to Fogbugz Kiln? currently we are using TFS for source control, we are looking at the option to move to Kiln. we are completely Microsoft ...
4
votes
3answers
42 views

Create a new branch, made a lot of changes, how to view list of files changed?

So there was a new branch created where we made some breaking changes to the codebase. Now we are going to merge, but before that I want to get a list of all the files that were changed in the ...
4
votes
1answer
178 views

Is there a way to provide self-hosted web-based forking of Mercurial repos like BitBucket/Kiln?

I'm currently using self-hosted SVN with Trac for a FOSS project, and am slowly moving to Mercurial. I've got HgWeb set up, so I can view the repository and check out over HTTP, but I'd like to be ...
4
votes
1answer
355 views

Perforce to Mercurial Import

I'm trying to move over some repositories from Perforce to Kiln (FogBugz's Mercurial-based companion VCS), and I'm having some issues. As Kiln does not port directly from Perforce, I'm going via the ...
4
votes
1answer
412 views

What are the best practices for Kiln repositories?

I noticed in this image from the Kiln site that the repositories are named stable, qa and devel. Is there any reasoning behind this? Or is there a better/different way that's more accepted?
3
votes
1answer
49 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
110 views

Fix bad merge in mercurial

In our mercurial project configuration we have 3 branches in a single repository. One is a stable release branch where urgent bug fixes are done, one is a feature branch which contains new feature ...
3
votes
2answers
129 views

Sharing a Mercurial repository while maintaining user privacy

I have a commercial product, and I'd like to make source code licenses an option for my customers. In an ideal world: Customer would buy a source license Send me their BitBucket user name Receive ...
3
votes
2answers
169 views

Fogbugz and Kiln - any gripes?

We are seriously considering moving to using Fogbugz and Kiln (and Mercurial). We've had a trial period for a month and all seems ok. I was wondering if anyone uses either or both of these systems, ...
3
votes
1answer
116 views

Merge with kiln (mercurial )

What are the best way to merge in kiln with another repository. we have 3 repositories 1.7.5 1.7.6 main-dev So I fix a bug in an older version (1.7.5). That fix I would like to merge with version ...
3
votes
2answers
915 views

Anyone manage their Continuous Integration with TeamCity, FinalBuilder, and Mercurial (Kiln)? [closed]

Possible Duplicate: Continuous Integration stack on Windows with Mercurial + Mercurial Queues? If so, what does your build process look like? I'm having a difficult time (mostly because of ...
2
votes
1answer
43 views

Got inconsistent Mercurial subrepository state (RepoLookupError) twice per day. How is that possible?

Recently migrated to Mercurial. Due to heavy use of externals in old SVN repo we are using Subrepos accordingly and have a CI server that does pulls / pushes to central repositories often. So it's a ...
2
votes
1answer
29 views

how do you define which changeset a kiln/mercurial subrepository uses?

In the answer to this question on the kiln stack exchange site, there is a comment that mentions "if you commit from one consumer of the library, the other library consumers do not immediately see ...
2
votes
5answers
181 views

Is there a way to review someone's code before they push in Mercurial?

I would like to be able to review other developers code before they push it to central repository. The developers are at remote locations so going to their desk is not an option. Currently they just ...
2
votes
2answers
299 views

Automatically Tag changesets when commit or pushed to kiln

I would like to know if there is a way to automatically tag a changeset as it is committed locally or when pushed to the kiln repository. I would like every changeset to have a tag with version/build ...
2
votes
2answers
248 views

Kiln integration with Jira

We are happy with Jira and there is no willingness to move away from it. At present we have Jira integrated well with Perforce. However we are considering moving to Kiln. Losing the integration ...
2
votes
1answer
156 views

Is it possible to import all of the Perforce history into Kiln

We are looking at moving away from Perforce (mostly due to the pain of having to always be connected to its sever and the lack of support for moving bug fixes between branches, and also wish to ...
2
votes
1answer
167 views

I moved my source directory and can no longer push to Heroku

I've been happily using heroku to beta test a Rails app, and recently hit a snag. I prefer Mercurial to git and have been using hg-git to push my app to Heroku. This was working fine until I branched ...
1
vote
1answer
25 views

Embedding a github repository inside a mercurial (kiln) repository - how integrated is it?

Summarised Question: Are github-hosted sub repositories within a mercurial/kiln repository possible, and if so are they automatically updated/cloned when the parent mercurial repository is operated ...
1
vote
1answer
27 views

“factorizing” a mercurial repository on kiln

Summarized questions: What is the simplest (and best) way to shift a group of files from an existing repository to a new sub repository, so those files can be integrated with other parent ...
1
vote
4answers
145 views

how to ignore files in kiln/mercurial using tortoise hg “that are part of the repository”

We use tortoise hg with Kiln. In my vs 2010 c# project there are some files that are part of the repository but I would like tortoise hg to ignore them when I make a commit. For eg., say in a login ...
1
vote
1answer
59 views

Remove a file in previous commit/changeset

A few revisions ago I committed a piece of work in which I accidentally included a 300mb .flv file (don't ask...). Is there a way I can edit that changeset to not include the aforementioned file? ...
1
vote
1answer
75 views

is there a kilnhg.fogbugz.com? I mean a fogbugz for reporting kilnhg bugz?

Is there a fogbugz for Kilnhg? I've tried kilnhg.fogbugz.com but it's not there. I'd like to ask that the Kilnhg feed include the Changeset pusher's username, so you know who to blame :)
1
vote
1answer
199 views

Kiln Projects, repositories and repository groups best practices?

I'm very new to Kiln and FogBugz (just started today). I'm currently using SVN + ScrewTurnWiki + BugNet to do all this things (... yes I know, frustrating ehh?). My question goes around the lines of ...
0
votes
0answers
3 views

Sourcetree constantly asks for authenticate with Mercurial (Kiln)?

I'm running Lion latest with SourceTree. I tried to connect to a Fogbugz Kiln reponsitory, which succeeded, but whenever I PUSH or PULL Sourcetree consistently asks me for a username and password ...
0
votes
0answers
9 views

macHg “document changed by another application” message

Any clues what might cause this? it seems to be happening quite regularly, for example. i just cloned a repository from a kiln server, and .... i was connecting to mercurial repository on the kiln ...
0
votes
1answer
29 views

setting up mercurial/kiln subrepos on osx

I have been trying to follow the instructions in the answer to this question, using kiln. i'd like to be able to arrange things as follows: /somepath/thirdparty maps to a kiln repository ...
0
votes
0answers
29 views

kiln - hg clone transaction aborted

I have recently purchased a new computer and have reinstalled the kiln client for it, but I'm having a problem cloning any of my existing repositories. I find the repository that I'm looking for and ...
0
votes
0answers
9 views

Downloading a repository from Kiln to Local computer

I am very new to Kiln. I have all Kiln & client tools installed. I log in to my kiln and I have a public repository there. I need to download it to my local computer to make some changes. (I am ...
0
votes
1answer
139 views

How to solve a Mercurial case-folding collision?

I use Mercurial as source control with the main repository managed on KILN. At one point in time I changed my iOS project name from WeatherTimeMachine to weathertimemachine. This resulted in a case ...
0
votes
1answer
89 views

Upgrade Mercurial installation to use a different version of Python

I have been banging on this for hours now. I am trying to push my repo changes to kiln but I get this error: certificate checking requires Python 2.6 I have already installed a parallel install of ...
0
votes
2answers
26 views

Pulling conctere revision of file form Kiln via URL?

I am trying to set up source server for debugging projects that are stored on Kiln/Mercurial repository. I need to get revision of the file by following data: Local file path in the repository; ...
0
votes
1answer
82 views

Svn problem with Kiln

I'm new to kiln (never used it before) Trying to upload code via netbeans I get the following error. http://my.jetscreenshot.com/5627/20110125-xea9-127kb Repository moved temporarily to ...