2
votes
1answer
2k views
How do I use the Mercurial LargeFiles Extension?
I just read that Kiln 2.9 includes support for the Mercurial LargeFiles extension and this is replacing the older KBFiles extension.
Does this mean I have to convert my repositori …
2
votes
1answer
29 views
Which code reviews show up in the Reviews dropdown?
I see that the Reviews dropdown is a sort of "activity feed" for code reviews in Kiln, but how exactly does it work?
3
votes
1answer
489 views
How do I use Kiln with SSH?
I really like using SSH to access my Mercurial repositories. Does Kiln support the SSH protocol? How do I configure my client computer to use it?
37
votes
7answers
19k views
Kiln Branch and Merge How-To
How do I create a branch? How do I merge that with trunk?
3
votes
1answer
924 views
How can I successfully convert my repository to Mercurial?
I've used the Kiln importer to convert a repository from Subversion, but I feel like I'm not doing something right. The converted repository is massive, contains lots of unnecessar …
16
votes
5answers
11k views
How can I install Kiln’s Mercurial extensions manually?
I'm running Haiku, or maybe Mac OS or Linux or OS/2, but at any rate definitely not Windows, and so there aren't Kiln tools available for my system. Can I still get the extensions …
3
votes
2answers
186 views
How do I backup Kiln for my server?
Is it simply a matter of backing up the repository storage and SQL Server, or are there other steps that I should be taking to backup the site settings and other things?
2
votes
2answers
3k views
What are the system requirements for Kiln?
What are the system requirements for installing Kiln?
7
votes
1answer
2k views
What are Access Tokens? Do they let me avoid using up a license on my continuous integration server?
I really don’t want to have to use a user just so that my continuous integration system can work with Kiln. Isn’t there some way around that?
4
votes
1answer
4k views
How do I install Kiln 2.x?
I was wondering if you had a step-by-step setup guide for installing Kiln 2.0 or 2.1 on my own server.
See "How Do I install Kiln 1.x?" for Kiln 1 installation.
11
votes
1answer
4k views
How do you use kbfiles?
We decided to switch a repository to kbfiles! How do we use it?
7
votes
1answer
8k views
Does Kiln support web hooks?
Does Kiln support web hooks for integration with continuous integration servers and other software like GitHub and BitBucket?
30
votes
4answers
7k views
Should I use more than one repository?
In Subversion we use only one repository for all our projects and it works very well as we have only one revision number for projects and libraries.
We use the SVN revision number …
16
votes
4answers
5k views
What is the difference between TortoiseHg and KilnClient?
Upon running the KilnClient.exe installer provided by Kiln, it noted that I already had TortoiseHg installed and continued to install the component "Kiln Extensions to Mercurial"
…
13
votes
6answers
6k views
Kiln and Visual Studio 2008
I currently use Visual Studio 2008 with Visual SVN Server. I have a tool that is integrated with Visual Studio to access the Subversion repository so I am able to commit my changes …