Slight update to the user's manual following migration from Subversion to Git

This commit is contained in:
inquisb 2012-06-26 17:42:01 +01:00
parent 1da6ae660c
commit 752c1632aa
3 changed files with 12 additions and 14 deletions

View File

@ -820,12 +820,12 @@ It is available in two formats:</P>
</P>
<P>You can also checkout the latest development version from the
<A HREF="https://svn.sqlmap.org/sqlmap/trunk/sqlmap/">subversion</A>
<A HREF="https://github.com/sqlmapproject/sqlmap">git</A>
repository:</P>
<P>
<BLOCKQUOTE><CODE>
<PRE>
$ svn checkout https://svn.sqlmap.org/sqlmap/trunk/sqlmap sqlmap-dev
$ git clone https://github.com/sqlmapproject/sqlmap.git sqlmap-dev
</PRE>
</CODE></BLOCKQUOTE>
</P>
@ -842,7 +842,7 @@ $ python sqlmap.py --update
<P>
<BLOCKQUOTE><CODE>
<PRE>
$ svn update
$ git pull
</PRE>
</CODE></BLOCKQUOTE>
</P>
@ -3024,12 +3024,11 @@ counts the number of retrieved output characters.</P>
version directly from the subversion repository. You obviously need
Internet access.</P>
<P>If, for any reason, this operation fails, run <CODE>svn update</CODE> from
<P>If, for any reason, this operation fails, run <CODE>git pull</CODE> from
your sqlmap working copy. It will perform the exact same operation of
switch <CODE>-</CODE><CODE>-update</CODE>.
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 <CODE>Update</CODE>.</P>
If you are running sqlmap on Windows, you can use the
<A HREF="http://www.syntevo.com/smartgit/index.html">SmartGit</A> client.</P>
<P>This is strongly recommended <B>before</B> reporting any bug to the
<A HREF="http://www.sqlmap.org/#ml">mailing lists</A>.</P>

Binary file not shown.

View File

@ -742,11 +742,11 @@ name="Source zip compressed">.
<p>
You can also checkout the latest development version from the
<htmlurl url="https://svn.sqlmap.org/sqlmap/trunk/sqlmap/" name="subversion">
<htmlurl url="https://github.com/sqlmapproject/sqlmap" name="git">
repository:
<tscreen><verb>
$ svn checkout https://svn.sqlmap.org/sqlmap/trunk/sqlmap sqlmap-dev
$ git clone https://github.com/sqlmapproject/sqlmap.git sqlmap-dev
</verb></tscreen>
<p>
@ -759,7 +759,7 @@ $ python sqlmap.py --update
Or:
<tscreen><verb>
$ svn update
$ git pull
</verb></tscreen>
<p>
@ -3134,12 +3134,11 @@ version directly from the subversion repository. You obviously need
Internet access.
<p>
If, for any reason, this operation fails, run <tt>svn update</tt> from
If, for any reason, this operation fails, run <tt>git pull</tt> from
your sqlmap working copy. It will perform the exact same operation of
switch <tt>-</tt><tt>-update</tt>.
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 <tt>Update</tt>.
If you are running sqlmap on Windows, you can use the <htmlurl name="SmartGit"
url="http://www.syntevo.com/smartgit/index.html"> client.
<p>
This is strongly recommended <bf>before</bf> reporting any bug to the