mod_svn links
The Subversion web interface (mod_svn) can be really handy in some situations. For example, it allows to get a given file without any especial client. What i ever wonder until now, was how to get an specific revision of the file using the web interface.
For example, if your repository is located at https://svn.leak.com.ar/jiol/ and you
want to browse the tree of the revision 32, you can use the URL
And if you want the revision #32 of the file /trunk/maven.xml...
--------8<------------------8<-------- La interface web (mod_svn) de Subversion es realmente útil en algunas situaciones ya por ejemplo permite obtener un archivo sin posee ningún cliente especial. Lo que siempre me pregunté (y hoy pude responder), es como obtener una versión específica de ese archivo usando cualquier navegador.
Por ejemplo, si mi repositorio está en https://svn.leak.com.ar/jiol/ y quiero navegar el árbol como estaba en la revisión 32, tengo que hacer:
Para navegar el árbol en una determinada revisión podes hacer:
Y si por ejemplo quiero la versión 32 del archivo /trunk/maven.xml...
0 comments