diff --git a/Documentation.html b/Documentation.html index 4c5157dde..081abd21c 100644 --- a/Documentation.html +++ b/Documentation.html @@ -4342,20 +4342,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.