The branch, master has been updated via ceb7427eba44a565de39599807d6a78ae7245fb8 (commit) via 82905fa361f54701226cc580e3dc2561e4427ca4 (commit) from 16886bc3fb49d357fb583d7e28c51de99103280a (commit)
- Log ----------------------------------------------------------------- commit ceb7427eba44a565de39599807d6a78ae7245fb8 Merge: 16886bc3fb49d357fb583d7e28c51de99103280a 82905fa361f54701226cc580e3dc2561e4427ca4 Author: Marc Delisle marc@infomarc.info Date: Mon Mar 22 18:06:30 2010 -0400
Merge branch 'QA_3_3'
-----------------------------------------------------------------------
Summary of changes: Documentation.html | 13 ++++++++----- 1 files changed, 8 insertions(+), 5 deletions(-)
diff --git a/Documentation.html b/Documentation.html index 4c5157d..081abd2 100644 --- a/Documentation.html +++ b/Documentation.html @@ -4342,20 +4342,23 @@ chmod o+rwx tmp
<p> The following method is preferred for new developers:</p>
-<ol><li>fetch the current SVN tree over anonymous SVN:<br /> - <tt>svn co https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyAdmin</tt><br /> +<ol><li>fetch the current git repository over anonymous git:<br /> + <tt>git clone + git://phpmyadmin.git.sourceforge.net/gitroot/phpmyadmin/phpmyadmin</tt><br /> </li> <li>add your stuff</li> <li>generate patch with your changes: - <tt>svn diff</tt><br /> + <tt>git diff > xxx.diff</tt><br /> </li> - <li>put the patch inside the <a + <li>submit your patch via the <a href="https://sourceforge.net/tracker/?group_id=23067&atid=377410">patch tracker of the phpMyAdmin project</a>. </li> </ol>
-<p> Write access to the SVN tree is granted only to experienced developers who +<p>More details on git are available on <a href="http://wiki.phpmyadmin.net/pma/Devel:git">our wiki</a>.</p> + +<p> Write access to the repository is granted only to experienced developers who have already contributed something useful to phpMyAdmin.<br /> Also, have a look at the <a href="#developers">Developers section</a>.</p>
hooks/post-receive