diff --git a/doc/README.html b/doc/README.html index 12b047d2a..5dc5ab59e 100644 --- a/doc/README.html +++ b/doc/README.html @@ -820,12 +820,12 @@ It is available in two formats:

You can also checkout the latest development version from the -subversion +git repository:

-$ svn checkout https://svn.sqlmap.org/sqlmap/trunk/sqlmap sqlmap-dev
+$ git clone https://github.com/sqlmapproject/sqlmap.git sqlmap-dev
 

@@ -842,7 +842,7 @@ $ python sqlmap.py --update

-$ svn update
+$ git pull
 

@@ -3024,12 +3024,11 @@ counts the number of retrieved output characters.

version directly from the subversion repository. You obviously need Internet access.

-

If, for any reason, this operation fails, run svn update from +

If, for any reason, this operation fails, run git pull from your sqlmap working copy. It will perform the exact same operation of switch --update. -If you are running sqlmap on Windows, you can use the TartoiseSVN client -by right-clicking in Windows Explorer into your sqlmap working copy and -clicking on Update.

+If you are running sqlmap on Windows, you can use the +SmartGit client.

This is strongly recommended before reporting any bug to the mailing lists.

diff --git a/doc/README.pdf b/doc/README.pdf index 75f3d620a..6db67ac1c 100644 Binary files a/doc/README.pdf and b/doc/README.pdf differ diff --git a/doc/README.sgml b/doc/README.sgml index f3b0a84a9..86f755882 100644 --- a/doc/README.sgml +++ b/doc/README.sgml @@ -742,11 +742,11 @@ name="Source zip compressed">.

You can also checkout the latest development version from the - + repository: -$ svn checkout https://svn.sqlmap.org/sqlmap/trunk/sqlmap sqlmap-dev +$ git clone https://github.com/sqlmapproject/sqlmap.git sqlmap-dev

@@ -759,7 +759,7 @@ $ python sqlmap.py --update Or: -$ svn update +$ git pull

@@ -3134,12 +3134,11 @@ version directly from the subversion repository. You obviously need Internet access.

-If, for any reason, this operation fails, run svn update from +If, for any reason, this operation fails, run git pull from your sqlmap working copy. It will perform the exact same operation of switch --update. -If you are running sqlmap on Windows, you can use the TartoiseSVN client -by right-clicking in Windows Explorer into your sqlmap working copy and -clicking on Update. +If you are running sqlmap on Windows, you can use the client.

This is strongly recommended before reporting any bug to the