|
From: LRN <lr...@gm...> - 2011-08-05 21:10:21
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 06.08.2011 0:50, Jeffrey Walton wrote: > Hi All, > > I downloaded the latest MinGW (mingw-get-inst-20110802.exe) and > installed on XP. I included the developer tools (I think they are > included by default), MSSYS (I think that's what it was called), > and chose to download the latest repos. > > I added C:\MinGW\bin to PATH (the installer _should_ have > offered). > Be careful with this. > Results from trying to run SVN: jeffrey@descartes ~ $ svn checkout > https://owasp-esapi-cplusplus.googlecode.com/svn/trunk/ owasp-es > api-++ --username <my email> sh: svn: command not found > > Hmm.... (really, on a dev machine?): jeffrey@descartes ~ $ whereis > svn sh: whereis: command not found > > OK (this is a really crippled installation): jeffrey@descartes ~ $ > mingw-get install svn mingw-get.exe: *** ERROR *** svn: unknown > package > > jeffrey@descartes ~ $ mingw-get install subversion mingw-get.exe: > *** ERROR *** subversion: unknown package > > I give. Where is SVN, and how does one get it on the system? > > Jeff > There are no officially-released svn packages for msys. There are no officially-released svn packages for mingw. There are unofficial svn binaries for mingw [1], AND unofficial svn build-it-yourself scripts for msys. (official/unofficial in relation to mingw.org project) The fastest way you can obtain svn is to download a pre-built binaries (go to [1], Win32Svn seems to be decent enough) and install it into c:\MinGW [1] http://subversion.apache.org/packages.html P.S. It might not be obvious, but subversion is not the easiest thing to build, and is not part of the GNU crowd (meaning that it comes with very unusual buildsystem and its own slew of support libraries) - that might explain why no one bothered to build msys-svn for years. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iQEcBAEBAgAGBQJOPFwtAAoJEOs4Jb6SI2CwfgMH+wecNGl1y7zZ1IG9/lxV0609 LBlEUNb/QMmtTR8iJZvWDI00MIA1XAqiAq6xgJyGswdo0mRpt3Us3vzAqOnV4JuR 9bjvtyG+9fY3xfuEh2ffw7Uo/Nh4LyomcTJ9mdGr0v/4HNW5mDodQMbchTAvOP6C Tp8kD4wLk9ZEwZJxvd3GT+cvHubhlTPtQOWRzfydXMCwdVfE//jN7IvLtA4AhHgF pdYtucGaLQeQqeyExDNCFG+X+Iy77U3t4+6rk8MaWBkeC1DwrsMDma5vNCJxDbwA gsv06Itv+oXMUMUH8iBntRB/5WNyOjvuvK7XD6gnlalI38ZgIA36EoXE81GwAv4= =ZigA -----END PGP SIGNATURE----- |