About 6 results
https://blog.omelas.net/czeexogn3lqun · 12 May 2008
Chema apunta hacia un comunicado de prensa de Gartner identificando los grandes retos de las IT, y se centra en uno: “La productividad de las tareas de programación”.Chema propone “menos lineas de código”, y Gartner se centra en “alcanzar la re...
https://blog.omelas.net/gz2f7avkfzqvd · 29 May 2007
Seems like I finally got the trick to compile Subversion in Cygwin.It all boiled down to using two options in the configure script: ./configure –enable-all-static –with-sasl=noThough this is the main trick, I’ve noted it down in a new note: Compiling...
https://blog.omelas.net/745b4ucefa2lo · 16 Nov 2006
Eleven months later Cygwin and SVN on Windows#!/usr/bin/bash## Call this script or copy and paste the content into your bash_rc script or similar# profile script.## Copy from heresub () {svn --username [myuser] --password [mypass] $*}subswitch() { if [ ...
https://blog.omelas.net/4435cttbfucwb · 20 Apr 2006
I’ve been playing lately with the idea of a “code reviewing” support tool.I don’t mean an automatic review or defect-detection tool like checkstyle, pmd, hammurapi or others. I mean a tool that allows someone to review committed code in a repo, and...
https://blog.omelas.net/ess66dbbvqgrt · 1 Mar 2006
I’ve started using svnmerge.Merge is one of the problems we’re presently facing in our project. The project is massively parallel, and we’ve stablished a repository layout based upon some form of ‘stability ladder’.Every team is responsible of pr...
https://blog.omelas.net/d3gzred2irutl · 15 Jan 2006
I think Subauthz is finally ready to be used. The feature-set is nearly completed, and I think it’s quite enough to manage Subversion’s current authentication features for one or multiple repositories.I’m trying to get the time to write a quick tutor...