-- HP -- ESIEE --


GIT INFORMATION

The CVS repository has been dropped, as all relevant patches for parisc has been included in the mainline kernel.
Mainline Linux kernel is available at it's the usual place on git.kernel.org.

New parisc kernel patches are being merged by Kyle into his parisc-2.6.git tree and then pushed upstream into mainline kernel.

Incoming patches on the mailing list are archived and reviewed with Patchwork on kernel.org.

Other git trees of interest on www.kernel.org include the compat tree and the sym2 tree.

Anonymous read-only access is available to the git repositories. Please see the git tutorial. Debian users can install "cogito" package and use those tools instead.

    git-clone git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git parisc-2.6
If firewalls prevent you from using the git daemon, you can also fetch the source using the rsync protocol
    git-clone rsync://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git parisc-2.6
or via http
    git-clone http://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git parisc-2.6
The http method is deprecated as it will transfer 100MB of data whenever the shared repository is repacked.