Nmap Development mailing list archives

Re: Question: Nmap on Github


From: David Fifield <david () bamsoftware com>
Date: Thu, 24 May 2012 19:08:25 -0700

On Thu, May 24, 2012 at 08:41:39PM -0500, Daniel Miller wrote:
Does anyone know who is running the Nmap repo on Github? It's at
https://github.com/nmap/nmap and there is no name associated with it.
I would like to fork it for keeping track of my modifications and
submissions, but I'm not sure if I should trust it, since the owner
could conceivably modify the code any way they like.

I think Marek Majkowski has that account.

Just use git-svn, it's what I do.

git svn clone https://svn.nmap.org/nmap nmap-git
cd nmap-git
# hack
git commit -a
# hack
git commit -a
git svn rebase # pull remote changes that happened while you were hacking
git svn dcommit # push local commits to the SVN server

David
_______________________________________________
Sent through the nmap-dev mailing list
http://cgi.insecure.org/mailman/listinfo/nmap-dev
Archived at http://seclists.org/nmap-dev/


Current thread: