From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1NuLJa-0006Ko-5r for garchives@archives.gentoo.org; Wed, 24 Mar 2010 07:47:46 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 71975E0809; Wed, 24 Mar 2010 07:47:42 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 29D9DE0809 for ; Wed, 24 Mar 2010 07:47:42 +0000 (UTC) Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id CD57A671CE for ; Wed, 24 Mar 2010 07:47:41 +0000 (UTC) Received: from zmedico by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1NuLJU-0001ro-4M for gentoo-commits@lists.gentoo.org; Wed, 24 Mar 2010 07:47:41 +0000 From: "Zac Medico (zmedico)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, zmedico@gentoo.org Subject: [gentoo-commits] gentoo commit in xml/htdocs/proj/en/portage: index.xml X-VCS-Repository: gentoo X-VCS-Files: index.xml X-VCS-Directories: xml/htdocs/proj/en/portage X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico Content-Type: text/plain; charset=utf8 Message-Id: Sender: Zac Medico Date: Wed, 24 Mar 2010 07:47:40 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 621afaeb-4354-49ad-aab0-d59e2705ce8b X-Archives-Hash: 53bf14ad6a9647a59ba583ca41e6ae2a zmedico 10/03/24 07:47:40 Modified: index.xml Log: More svn -> git updates. Revision Changes Path 1.67 xml/htdocs/proj/en/portage/index.xml file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/por= tage/index.xml?rev=3D1.67&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/por= tage/index.xml?rev=3D1.67&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/por= tage/index.xml?r1=3D1.66&r2=3D1.67 Index: index.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/portage/index.xml,v retrieving revision 1.66 retrieving revision 1.67 diff -u -r1.66 -r1.67 --- index.xml 24 Mar 2010 04:20:18 -0000 1.66 +++ index.xml 24 Mar 2010 07:47:40 -0000 1.67 @@ -7,7 +7,7 @@ =20 Gentoo Linux Portage Development =20 - $Date: 2010/03/24 04:20:18 $ + $Date: 2010/03/24 07:47:40 $ =20 carpaski genone @@ -146,7 +146,7 @@

There are various reasons why you'd want to have multiple versions of= portage=20 available at the same time without having to install them as system defa= ult. Examples would be to check which versions are affected by a specific bug= , to -test new features before deploying a new version or have a svn checkout = available +test new features before deploying a new version or have a git checkout = available for testing while keeping a stable release for normal operation.

As of Portage-2.1.2 one can have and use an arbitrary number of Porta= ge=20 installations parallel to each other by adjusting the two environment va= riables @@ -176,11 +176,11 @@

  • Generally submit diff files instead of whole files, only when the di= ff is=20 significantly larger than the file itself or the file didn't exist previ= ously submitting the whole file is acceptable.
  • -
  • Diffs have to be in unified form (diff -u, svn diff).<= /li> +
  • Diffs have to be in unified form (diff -u, git diff).<= /li>
  • Always submit a detailed explanation of what the patch does and, if = necessary, why you chose the specific implementation you submitted (IOW: what's the= =20 benefit of the patch). Also include any problems and/or drawbacks you th= ink the patch has.
  • -
  • Always state against which version (for releases) or revision and br= anch (for svn patches) +
  • Always state against which version (for releases) or revision and br= anch (for git patches) the patch was made.
  • Only submit clean patches. Do not include other patches in a submitted patch. If the code found in a patch does not match the @@ -202,28 +202,28 @@ =20
    -Access to Portage SVN repositories +Access to Portage GIT repositories -

    The Portage sourcecode is maintained within a SVN repository on the G= entoo SVN server.=20 -This server is only accessible for Gentoo developers, it doesn't offer a= nonymous access. -If you are a dev: The main repository is located at svn+ssh://cvs.g= entoo.org/var/svnroot/portage/main, +

    The Portage sourcecode is maintained within a GIT repository on +git.overlays.gentoo.org.=20 +If you are a dev: The main repository is located at +git+ssh://git@git.overlays.gentoo.org/proj/portage.git, please note that it is subject to strict access controls, only people li= sted in the developers section on this page are able to commit to it.

    -It is assumed you know how to work with Subversion. -The repository can be viewed over viewcvs +The repository can be viewed over +GitWeb +

    The repository currently contains the following branches (incomplete lis= t):

    =20
      -
    • trunk: the current main development line
    • -
    • branches/2.1-experimental: the former development line, now abandone= d (don't use it unless you want to backport stuff)
    • -
    • branches/prefix: experimental branch with support for prefix install= s
    • -
    • branches/2.0.54: old stable maintenance branch, nothing happens here= anymore
    • -
    • branches/2.1.2: current stable maintenance branch
    • +
    • master: the current main development line
    • +
    • prefix: experimental branch with support for prefix installs
    • +
    • 2.1.7: current stable maintenance branch
    =20 -The old CVS repository still exists, but is not updated anymore or= used in any other way. +The old SVN repository still exists, but is not updated anymore or= used in any other way. =20