@@ -820,12 +820,12 @@ <H2><A NAME="s4">4.</A> <A HREF="#toc4">Download and update</A></H2>
820820</ P >
821821
822822< P > You can also checkout the latest development version from the
823- < A HREF ="https://svn.sqlmap.org/sqlmap/trunk/ sqlmap/ " > subversion </ A >
823+ < A HREF ="https://github.com/sqlmapproject/ sqlmap " > git </ A >
824824repository:</ P >
825825< P >
826826< BLOCKQUOTE > < CODE >
827827< PRE >
828- $ svn checkout https://svn.sqlmap.org/sqlmap/trunk/ sqlmap sqlmap-dev
828+ $ git clone https://github.com/sqlmapproject/ sqlmap.git sqlmap-dev
829829</ PRE >
830830</ CODE > </ BLOCKQUOTE >
831831</ P >
@@ -842,7 +842,7 @@ <H2><A NAME="s4">4.</A> <A HREF="#toc4">Download and update</A></H2>
842842< P >
843843< BLOCKQUOTE > < CODE >
844844< PRE >
845- $ svn update
845+ $ git pull
846846</ PRE >
847847</ CODE > </ BLOCKQUOTE >
848848</ P >
@@ -3024,12 +3024,11 @@ <H3>Update sqlmap</H3>
30243024version directly from the subversion repository. You obviously need
30253025Internet access.</ P >
30263026
3027- < P > If, for any reason, this operation fails, run < CODE > svn update </ CODE > from
3027+ < P > If, for any reason, this operation fails, run < CODE > git pull </ CODE > from
30283028your sqlmap working copy. It will perform the exact same operation of
30293029switch < CODE > -</ CODE > < CODE > -update</ CODE > .
3030- If you are running sqlmap on Windows, you can use the TartoiseSVN client
3031- by right-clicking in Windows Explorer into your sqlmap working copy and
3032- clicking on < CODE > Update</ CODE > .</ P >
3030+ If you are running sqlmap on Windows, you can use the
3031+ < A HREF ="http://www.syntevo.com/smartgit/index.html "> SmartGit</ A > client.</ P >
30333032
30343033< P > This is strongly recommended < B > before</ B > reporting any bug to the
30353034< A HREF ="http://www.sqlmap.org/#ml "> mailing lists</ A > .</ P >
0 commit comments