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.

77 questions
1
vote
1 answer

"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 repositories, some of which may not yet exist? Do files in…
unsynchronized
  • 4,609
  • 2
  • 29
  • 40
1
vote
1 answer

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? UPDATE: I think I can use the MQ extension and follow…
davidandrew
  • 183
  • 3
  • 15
1
vote
0 answers

TortoiseHG: Abort: authorization failed - blocking?

I'm currently facing an issue with respect to connecting to a repo through kiln. I have two machines on the same network, one is running Windows Server 2016, the other is running Windows 10. Both machines are running TortoiseHg 4.3.1 and Mercurial…
1
vote
0 answers

Is hg clone --chunked a valid statement?

I have downloaded the required kiln extensions for --chunked to work. hg push --chuncked works but not hg clone --chunked I was just curious if the below statement is valid? hg clone --chunked [Source URL] [Destination URL]
kavya M
  • 31
  • 2
1
vote
0 answers

How to use password/login in TortoiseHg with Two-factor enabled?

I used TortoiseHg version control software with Kiln repositories. I always used password and login to pull or push, etc. After I enabled two-factor authenticatation, I started to get "Authorization failed, code 255" error. I know for sure, that the…
Pavel Evdokimov
  • 766
  • 5
  • 14
1
vote
1 answer

Jenkins, Kiln and Mercurial: abort: http authorization required for [repository]

I've upgraded the OS and the Jenkins that was running on it from Windows XP and an ancient version of Jenkins (installed in 2012). So now I'm on Windows 7 and Jenkins 2.19.1 (the latest at time of writing). Other than that, the only different is…
user3147973
  • 392
  • 2
  • 3
  • 15
1
vote
0 answers

How to gather files accross branches inside specific folders which were never deployed?

We are developing a .NET Webforms application using SQL Server. To version the project, we use Mercurial, Kiln and SourceTree. There are several branches, two branches stand out of those, namely live and dev. All the other branches are either hotfix…
Lajos Arpad
  • 45,912
  • 26
  • 82
  • 148
1
vote
1 answer

Shrinking Mercurial repo size (manifests in particular)

We're currently undergoing an attempt to migrate our mercurial (in this case an ancient version of Kiln) to BitBucket and we immediately ran in issues with size (if you don't know, BitBucket imposes a rather generous 2gb repo limit - that we…
ddango
  • 918
  • 1
  • 12
  • 25
1
vote
0 answers

Installing Kiln Server/Fogbugz

Whilst trying to perfoem a clean install of the Kiln Server on a windows 2012 server,there are a few issues that I've come accross. First I've had to install all the pre-requsites manually as detailed…
lacoder
  • 961
  • 1
  • 8
  • 19
1
vote
1 answer

Ignore Folder Inside Folders

I am trying to ignore all the packages folders generated by dart in my solution I am trying to use this ignore line but it is not ignoring the folders. What am i doing wrong? Src/LiveScoringDart/LiveScoring/**/packages/
Jake Rote
  • 1,987
  • 2
  • 13
  • 40
1
vote
2 answers

Mercurial repository cleanup preserving Kiln/Fogbugz history

TL;DR Version: Is it possible to reorganize a Mercurial repo without breaking Kiln/Fogbuz history? Or do I have to start fresh? I have a repository that is a real mess, in need of some serious cleanup, and am trying to figure out how best to do it.…
elixenide
  • 42,388
  • 14
  • 70
  • 93
1
vote
1 answer

link a Kiln commit to a fogbugz ticket

I have a kiln repo and a FB system. They are integrated, so that when I commit something, if I include "Case 333" in the commit message, it will link to Fogbugz ticket 333. How do I do this from the other side? If I forgot to add the case number,…
Brian Postow
  • 10,227
  • 14
  • 69
  • 113
1
vote
1 answer

"no changes found" when issuing hg push, but there are changes

Trying to push to a Kiln repo. There are definitely changes, lots of them, hg status lists 238 files changed. There is a warning that the certificate with fingerprint blah blah is not verified -- though if it's just a warning why would it…
eeeeaaii
  • 3,164
  • 5
  • 25
  • 35
1
vote
2 answers

How to maintain stable/default configuration with master repository and subrepos in remote hosting environment?

I have an application "myapp" that uses two modules common with other applications "common" and "common-www". These are arranged as a thin-shell within a master repository myapp-master myapp common common-www Each subrepo is setup as a…
Nick Pierpoint
  • 17,243
  • 9
  • 42
  • 74
1
vote
1 answer

Setting up Khan academy development environment in windows having issue while cloning public source repository

I used TortoiseHG source control tool to clone the public repository of Khan academy website from https://khanacademy.kilnhg.com/Code/Website/Group/stable using the following command hg clone…
Sathish
  • 379
  • 5
  • 21