About

EGLIBC
Mission
Consortium
Features
FAQ

Download

Repository
Prerequisites

Development

Contributing
Maintainers
Mailing Lists
IssueTracker

Members

Administration

Legal Information

The EGLIBC source code is stored in a Subversion repository. Subversion is included in most GNU/Linux distributions. You may also obtain Subversion from the Subversion download site.

Browse the Repository

You can browse the repository.

Branches

There are several branches in the EGLIBC repository.

trunk
This branch is the EGLIBC trunk, and is based on the GLIBC trunk
branches/eglibc-2_5
This branch is based on the GLIBC 2.5 branch.
branches/eglibc-2_6
This branch is based on the GLIBC 2.6 branch.
branches/eglibc-2_7
This branch is based on the GLIBC 2.7 branch.
branches/eglibc-2_8
This branch is based on the GLIBC 2.8 branch.
branches/eglibc-2_9
This branch is based on the GLIBC 2.9 branch.
branches/eglibc-2_10
This branch is based on the GLIBC 2.10 branch.

The fsf directory is a mirror of the FSF GLIBC repository. It is updated daily.

Read-Only Access

You can check out the source code using read-only mode. The EGLIBC repository is accessible via HTTP at http://www.eglibc.org/svn/ or via the SVN protocol at svn://svn.eglibc.org.

To check out the EGLIBC trunk, use this command:

svn co http://www.eglibc.org/svn/trunk eglibc

For example, to check out the EGLIBC 2.5 branch, use this command:

svn co svn://www.eglibc.org/svn/branches/eglibc-2_5 eglibc-2.5

Read/Write Access

EGLIBC contributors may access the EGLIBC source code in read-write mode. Use svn+ssh instead of svn in the above URLs to use read-write access.