1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-17 05:09:00 +00:00

Update SVN installation instructions for new HTTPS repo location.

This commit is contained in:
david
2011-12-13 03:34:31 +00:00
parent 0104f2a911
commit 48e21b7675

View File

@@ -252,15 +252,13 @@ hasn't yet been formally released.</para>
<para> <para>
SVN write access is strictly limited to top Nmap SVN write access is strictly limited to top Nmap
developers, but everyone has read access to the repository. Check out developers, but everyone has read access to the repository. Check out
the latest code using the command <command>svn co --username guest the latest code using the command <command>svn co
--password "" svn://svn.insecure.org/nmap/</command>. Then you can later https://svn.nmap.org/nmap</command>. Then you can later
update your source code by typing <command>svn up</command> in your update your source code by typing <command>svn up</command> in your
working directory. The <quote>guest</quote> username is required due to an svnserve authorization bug.</para> working directory.</para>
<para>While most users only follow the <filename>/nmap</filename> <para>While most users only follow the <filename>/nmap</filename>
directory in svn (which pulls directory in svn, there is one other
in <filename>/nbase</filename>, <filename>/nsock</filename>,
and <filename>/zenmap</filename> on its own), there is one other
interesting directory: <filename>/nmap-exp</filename>. This directory interesting directory: <filename>/nmap-exp</filename>. This directory
contains <emphasis>experimental</emphasis> Nmap branches which Nmap contains <emphasis>experimental</emphasis> Nmap branches which Nmap
developers create when they wish to try new things without developers create when they wish to try new things without