From 82905fa361f54701226cc580e3dc2561e4427ca4 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Mon, 22 Mar 2010 18:06:08 -0400 Subject: [PATCH] switched from svn to git --- Documentation.html | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/Documentation.html b/Documentation.html index 6656c0e8c..eaf3a2e1e 100644 --- a/Documentation.html +++ b/Documentation.html @@ -4326,20 +4326,23 @@ chmod o+rwx tmp

The following method is preferred for new developers:

-
  1. fetch the current SVN tree over anonymous SVN:
    - svn co https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyAdmin
    +
    1. fetch the current git repository over anonymous git:
      + git clone + git://phpmyadmin.git.sourceforge.net/gitroot/phpmyadmin/phpmyadmin
    2. add your stuff
    3. generate patch with your changes: - svn diff
      + git diff > xxx.diff
    4. -
    5. put the patch inside the submit your patch via the patch tracker of the phpMyAdmin project.
    -

    Write access to the SVN tree is granted only to experienced developers who +

    More details on git are available on our wiki.

    + +

    Write access to the repository is granted only to experienced developers who have already contributed something useful to phpMyAdmin.
    Also, have a look at the Developers section.