[sqlmap-users] More updates on the project management

2012-06-27 Thread Bernardo Damele A. G.
Hi, Not only we have moved the development from Subversion to GitHub and released publicly the Issues list on yesterday[1], we have also moved the website from SourceForge[2] to GitHub[3] Pages with a new look - it is always available at http://sqlmap.org. This mailing list is the *only* service

Re: [sqlmap-users] More updates on the project management

2012-06-27 Thread Iago Sousa
How I can update git repository like svn with 'svn update'? On Wed, Jun 27, 2012 at 9:30 AM, Bernardo Damele A. G. < bernardo.dam...@gmail.com> wrote: > Hi, > > Not only we have moved the development from Subversion to GitHub and > released publicly the Issues list on yesterday[1], we have also m

Re: [sqlmap-users] More updates on the project management

2012-06-27 Thread andreoaz
Hi iago, Git pull is the svn up equivalent. Cheers, Andre -Original Message- From: Iago Sousa <146050...@gmail.com> Date: Wed, 27 Jun 2012 14:02:41 To: Bernardo Damele A. G. Cc: sqlmap users Subject: Re: [sqlmap-users] More updates on the project management

Re: [sqlmap-users] More updates on the project management

2012-06-27 Thread Hans Wurst
If you are on Windows and you used tortoiseSVN before then you might like tortoiseGIT too. Very easy to use ;) http://code.google.com/p/tortoisegit/ Am 27.06.2012 um 19:12 schrieb "andre...@gmail.com" : > Hi iago, > > Git pull is the svn up equivalent. > > Cheers, > Andre > -Original Message

Re: [sqlmap-users] More updates on the project management

2012-06-27 Thread Bernardo Damele A. G.
Hi, The command to keep your git working copy is indeed 'git pull'. For Windows users I recommend the fancy GUI from GitHub, http://windows.github.com/. For Linux users git-core is the package you need. I found the Git cheatsheet written by Metasploit developers useful too, https://github.com/rap