El objetivo es crear un “mirror” local de un repositorio Subversion remoto.
El repositorio original, del que queremos hacer la réplica, es svnsource y está ubicado en la URL remota http://server1.ejemplo.com/svn/svnsource.
El nuevo repositorio que queremos que sea una réplica de svnsource lo vamos a denominar svntarget y estará ubicado en el servidor sobre el que estamos trabajando en el directorio /srv/svn/svntarget.
Paso 1. Creación del repositorio svntarget.
El repositorio destino no puede existir previamente (si existe debemos borrarlo) así que el primer paso es crear un nuevo repositorio vacío. Leer más... (478 words, tiempo estimado de lectura 1:55 mins)
Posted in Otros | No Comments »
Mi nueva tarjeta de visita. Ha tardado en llegar (me incorporé en agosto) pero ya está aquí. Una más para la colección
Posted in Otros | No Comments »
This is something that I have to do several times in the last months. It is a really simple procedure but I always have to look for it in Google because I never remember the exact steps.
Context
- An Ubuntu 11.04 server with LVM installed and configured.
- A new hard disk added to the server (usually it is a virtual server and a virtual hard disk). For this tip I am going to assume that the new disk is /dev/sdb
- I want to expand the root partition adding the space in the new disk.
Procedure Leer más... (296 words, tiempo estimado de lectura 1:11 mins)
Posted in Otros | No Comments »
I have create this (first version) script to automatize the creation of all the services related with a new software development project.
The script creates…
- A new Subversion repository to host the source code of the project.
- A new MySQL database to store the data of the Trac instance.
- A new instance of Trac, linked to the just created Subversion repository, to be used like the project’s portal.
- A configuration file for Apache2 in order to made accesible the Trac repository.
The structure of the new Subversion repository is as follows: Leer más... (563 words, tiempo estimado de lectura 2:15 mins)
Posted in Linux | No Comments »
Hacía meses que no escribía en el blog y no por falta de ganas sino por ser incapaz de encontrar los momentos.
Como casi todos los que jugamos en este mundo de Internet el blog se ha ido viendo desplazado por otros canales: Twitter, Facebook, Buzz y últimamente Google +.
Para ser sincero este post no es más que una prueba con la aplicación de WordPress para Android y una declaración de mi intención de volver a dar algo de tiempo a este blog.
Al fin y al cabo tengo muchas novedades sobre las que escribir y tendré muchas más. Leer más... (101 words, tiempo estimado de lectura 24 segs)
Posted in Personal | No Comments »