Questions tagged [kallithea]

Kallithea is a GPLv3'd, Free Software source code management system that supports Mercurial and Git.

Kallithea, a member project of Software Freedom Conservancy, is a GPLv3'd, Free Software source code management system that supports two leading version control systems, and , and has a web interface that is easy to use for users and admins. You can install Kallithea on your own server and host repositories for the version control system of your choice.


Kallithea is a fast and powerful management tool for Mercurial and Git with a built-in push/pull server, full text search and code-review. It works on http/https and has a built in permission/authentication system with the ability to authenticate via LDAP or ActiveDirectory. Kallithea also provides simple API so it's easy to integrate with existing external systems.

Kallithea is similar in some respects to GitHub or Bitbucket, however Kallithea can be run as standalone hosted application on your own server. It is open-source donationware and focuses more on providing a customised, self-administered interface for Mercurial and Git repositories. Kallithea works on Unix-like systems and Windows, and is powered by the vcs library created by Łukasz Balcerzak and Marcin Kuźmiński to uniformly handle multiple version control systems.

Kallithea was forked from in July 2014 and has been heavily modified.

21 questions
0
votes
0 answers

Connection refused with mercurial through Kallithea

I have been working on a server repository running through Centos 7, I installed mercurial and Kallithea and make the proper configuration to launch through apache and all correct, the problem is as follows, always I connect from Mac OS X, my…
Enot
  • 790
  • 2
  • 15
  • 34
0
votes
1 answer

Kallithea setting up ldap support can't find admin->ldap section on ubuntu

Hello I'm trying to setting up ldap support for kallithea. I followed the instructions here: https://pythonhosted.org/Kallithea/setup.html In the Setting up LDAP support section it says: LDAP settings are located in admin->ldap section I couldn't…
Kingalione
  • 4,237
  • 6
  • 49
  • 84
0
votes
1 answer

Undelete git repo in Kallithea

I want to undelete a git repo which was deleted in Kallithea. Kallithea does not delete the git repo, it renames them to this: rm__20140912_181018_206281__myrepo... Just renaming to myrepo... did not help. How can I enable this repo again?
guettli
  • 25,042
  • 81
  • 346
  • 663
0
votes
1 answer

Problems with Kallithea and LDAP/ Active Directory

Trying to setup Kallithea and authentication with our Active Directory. Looked through the docs. for Kallithea-scm.org, but without succes. I have entered the correct LDAP information for our AD according to the guide, but no users are "imported" I…
0
votes
1 answer

Kallithea: Show which branch contains a changeset

How can I see which branch contains a changeset in Kallithea (RhodeCode fork)? We use git and the URL of the changeset looks like this: https://source/repos/my-git-repo/changeset/da2c946d929b5adb2b12c23a50205009802bde54 AFAIK you can do this with…
guettli
  • 25,042
  • 81
  • 346
  • 663
0
votes
2 answers

Cannot delete foorepo it still contains attached forks

If I try to delete a repo in kallithea/rhodecode I get this message: Cannot delete it still contains attached forks I know that there is a fork of this project. The fork should survive, but the original should be deleted? How to delete the repo?
guettli
  • 25,042
  • 81
  • 346
  • 663
1
2