logo_kerberos.gif

Difference between revisions of "Getting source code"

From K5Wiki
Jump to: navigation, search
(link to building and test suite where we talk about the git repo)
Line 23: Line 23:
   
 
* https://github.com/krb5/krb5 for browsing on GitHub
 
* https://github.com/krb5/krb5 for browsing on GitHub
 
The following browsing options currently point to a frozen Subversion snapshot, but may convert to tracking the Git repository in the future.
 
 
* [http://src.mit.edu/fisheye/browse/krb5 FishEye] provides a feature-rich view of the repository
 
* [http://src.mit.edu/opengrok/ OpenGrok] provides an interface that allows you to search for the definition or usage of a specific function; it is somewhat better for cross references than FishEye.
 
   
 
== Subversion repository (historical) ==
 
== Subversion repository (historical) ==

Revision as of 11:11, 21 August 2018

The MIT Kerberos source code is in a Git repository.

Official releases

Typically, end users and system administrators who want the latest stable MIT krb5 software should use the official releases:

Git repository access

The current development source code is now in a Git repository. The latest development code is on the "master" branch, as is usual for Git. (It used to be "trunk" when the main repository was in Subversion.) Developers wishing to contribute changes to the krb5 software should track this repository. Advanced end users and system administrators may also wish to obtain the latest development sources from this repository.

The krb5 repository migrated to Git during the weekend of 2012-05-11. Use the following URLs for read-only access.

If you are interested in contributing changes to our repository, please consult our version control practices page. You should of course test changes before submitting them for inclusion; see Building for the additional steps needed to build from a git checkout and Test suite for more information about the regression tests. Additional information about the Git migration is available, including help for situations where you have an existing GitHub fork of the krb5-anonsvn Git repository.

There is a wiki page with details about the Git conversion process available for people who are interested in the technical details.

Repository browsing

Subversion repository (historical)

The Subversion repository is now frozen, and remains accessible for specialized reference purposes (e.g., inspecting history that the Git conversion intentionally omitted).

Subversion repository access

Git-svn mirror

The Git-svn mirror described below is a static snapshot, since the main repository has migrated to Git.

Additional information is available about using git-svn (historical).