Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 752c163

Browse files
committed
Slight update to the user's manual following migration from Subversion to Git
1 parent 1da6ae6 commit 752c163

3 files changed

Lines changed: 12 additions & 14 deletions

File tree

doc/README.html

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -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>
824824
repository:</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>
30243024
version directly from the subversion repository. You obviously need
30253025
Internet 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
30283028
your sqlmap working copy. It will perform the exact same operation of
30293029
switch <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>

doc/README.pdf

121 Bytes
Binary file not shown.

doc/README.sgml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -742,11 +742,11 @@ name="Source zip compressed">.
742742

743743
<p>
744744
You can also checkout the latest development version from the
745-
<htmlurl url="https://svn.sqlmap.org/sqlmap/trunk/sqlmap/" name="subversion">
745+
<htmlurl url="https://github.com/sqlmapproject/sqlmap" name="git">
746746
repository:
747747

748748
<tscreen><verb>
749-
$ svn checkout https://svn.sqlmap.org/sqlmap/trunk/sqlmap sqlmap-dev
749+
$ git clone https://github.com/sqlmapproject/sqlmap.git sqlmap-dev
750750
</verb></tscreen>
751751

752752
<p>
@@ -759,7 +759,7 @@ $ python sqlmap.py --update
759759
Or:
760760

761761
<tscreen><verb>
762-
$ svn update
762+
$ git pull
763763
</verb></tscreen>
764764

765765
<p>
@@ -3134,12 +3134,11 @@ version directly from the subversion repository. You obviously need
31343134
Internet access.
31353135

31363136
<p>
3137-
If, for any reason, this operation fails, run <tt>svn update</tt> from
3137+
If, for any reason, this operation fails, run <tt>git pull</tt> from
31383138
your sqlmap working copy. It will perform the exact same operation of
31393139
switch <tt>-</tt><tt>-update</tt>.
3140-
If you are running sqlmap on Windows, you can use the TartoiseSVN client
3141-
by right-clicking in Windows Explorer into your sqlmap working copy and
3142-
clicking on <tt>Update</tt>.
3140+
If you are running sqlmap on Windows, you can use the <htmlurl name="SmartGit"
3141+
url="http://www.syntevo.com/smartgit/index.html"> client.
31433142

31443143
<p>
31453144
This is strongly recommended <bf>before</bf> reporting any bug to the

0 commit comments

Comments
 (0)