Hi Guillermo, On Apr 10, 2010, at 7:44 AM, Guillermo Varona Silupú wrote:
> Hola Teo: > ¿cómo puedo obtener wxHarbour con el SVN? > > [ENG by Google] > Hi Teo: > WxHarbour how I can get the SVN? <ENGLISH> First at all, you need a SVN client. On Linux based OS you may install the "subversion" package using the package manager. On Windows here is a very good command line based SVN client: http://tortoisesvn.net/downloads Once that you have your SVN client installed, you just need to do a checkout: 1. [optional] Create a "SVN" dir on your computer and change to it. 2. Execute the following command (is a single line): svn co https://wxharbour.svn.sourceforge.net/svnroot/wxharbour/trunk/wxHarbour wxHarbour 3. Change to the "wxharbour" directory and just build the library & the samples. Once that you have your SVN based wxharbour directory, to update to last revision, you just have to execute on it: svn update </ENGLISH> <SPANISH> Primero que nada, necesitas un cliente SVN En Linux puedes instalar el paquete "subversion" utilizando el manejador de paquetes. En Windows aqui hay muy buen cliente SVN que se puede utilizar desde la linea de comandos: http://tortoisesvn.net/downloads Una vez que tienes el cliente SVN instalado, solo necesitas efectuar un "checkout": 1. [opcional] Crea un directorio "SVN" y cambiate a el. 2. Executa el siguiente comando (es una sola linea): svn co https://wxharbour.svn.sourceforge.net/svnroot/wxharbour/trunk/wxHarbour wxHarbour 3. Cambiate al directorio "wxharbour" y construye la libreria y ejemplos. Una vez que tienes tu directorio SVN de wxharbour, para actualizar a la ultima version, solo tienes que executar: svn update </SPANISH> [snip] best regards, Teo
_______________________________________________ Harbour mailing list (attachment size limit: 40KB) Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour