Questions tagged [kiln]

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.

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.

78 questions
1
vote
1 answer

FogCreek Kiln Always Gives Error "Your session has expired" On First Try

Every time that I do a code review in Kiln, the first time I go to add a comment, approve/reject the review, or close the review, it pops up a dialog box saying, Your session has expired You are no longer logged in. Please log in and try your…
GaTechThomas
  • 5,421
  • 5
  • 43
  • 69
0
votes
1 answer

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 "thirdparty" and contains assorted code /somepath/common …
unsynchronized
  • 4,828
  • 2
  • 31
  • 43
0
votes
0 answers

How do you find the window size/response time of a kiln?

I am using this [libray]((https://github.com/imax9000/Arduino-PID-Library/blob/master/examples/PID_RelayOutput/PID_RelayOutput.ino)for my PID controller and I just don't understand how to find the window time for my system. Extra info that may help:…
king
  • 1
0
votes
1 answer

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 Python 2.6 by following the instructions from this…
radztech
  • 439
  • 1
  • 6
  • 14
0
votes
2 answers

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; Number of revision; URL repository. Can I do this via…
klashar
  • 2,519
  • 2
  • 28
  • 38
0
votes
1 answer

Failed to import extension kiln.py

Upgraded to Mercurial 4.7 and now I get "*** failed to import extension kiln from <....>: 'module' object has no attribute 'command'" I have to enter id/password manually. What is wrong?
0
votes
1 answer

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 '/Auth/LogOn…
ujin
  • 1
0
votes
1 answer

Mercurial merges of different files

We are using mercurial/tortoisehg with a central repository hosted on kiln. We have narrowed down what we are doing to the simplest possible scenario. The scenario starts with Bob and Joe having cloned the kiln repository, so they both start with…
0
votes
1 answer

Kiln mercurial repository using F#

I have a code on F # in my Desktop and would like to pull it to Kiln mercurial repository on https://www.kilnhg.com/. I do the following. 1) change directory to the path of my code 2) hg clone…
İrem Erten
  • 137
  • 1
  • 11
0
votes
1 answer

Cannot clone Mercurial repository

I'm having difficulty cloning a repository in Mercurial. The repository is stored at Kiln on demand, though I'm not sure that makes much difference. I have a new install of Tortoise HG, which has of course installed the hg command line onto my…
Gary Stanton
  • 1,435
  • 12
  • 28
0
votes
1 answer

Connect to Kiln mercurial repository using C#

I use Kiln.Net library to connect to mercurial repository. I need to get base information (commits, lines of code changed..). Then it should group that info further to show progress for each author. But still have no success. Code to connect: var…
yuralife
  • 1,545
  • 2
  • 21
  • 35
0
votes
1 answer

Why do some changes in TortoiseHG show as not having lines between them in the workbench?

One of our developers checked in some bogus changesets. The changesets were weird in that if you update to them they only contain a tiny subset of our project even though they do not show any file deletion actions. 2) they show up in Kiln (online…
benstpierre
  • 32,833
  • 51
  • 177
  • 288
0
votes
1 answer

Kiln Mercurial Repositories for Versions

we use Kiln with mercurial. Simplified description we have 2 kind of Repositories. Some Kind of "CurrentDevelopment" and repositories for each released version for example 13.1 for the released version 13.1. (There are also user repos and more,…
Boas Enkler
  • 12,264
  • 16
  • 69
  • 143
0
votes
1 answer

How to roll back and build with Cruise Control and Mercurial

I have a Kiln/Mercurial code repository for a web app that uses Cruise Control.NET for continuous integration. Normally, we commit our code locally and when we're ready to test, we push to our central Kiln server. Cruise Control regularly checks the…
Curtis
  • 401
  • 4
  • 16
0
votes
1 answer

How do I remove newly ignored files from Kiln?

I was wondering why my push was taking so long to Kiln, but by the time I realized that I was uploading unnecessary build artifacts, it was too late. The push was complete. I created an ignore file on my local repository and used "hg purge." I…
ATL_DEV
  • 9,256
  • 11
  • 60
  • 102