Home

Subversion DIY write-through-proxy – Lock/Unlock

Something I didn’t cover in my original description was how to handle the distribution of pessimistic locking. This is a bit more of an edge-case than some of the others. You need to make sure you understand your options and their side effects. There is no clean way to replicate the lock. There are two [...] Read more »

Subversion DIY write-through-proxy

A lot of people seem to be eagerly awaiting the SVN 1.5 release so they can start implementing write-through-proxy. Not a lot of people seem to know that this is nothing more than a thin wrapper around existing Apache configuration capabilities. Here’s how you do it the old-fashioned way: Read more »