SVN: How to fix bugs properly

1 · Ariejan de Vroom · Nov. 22, 2006, midnight
I’ve already told you about releasing your project with help from Subversion. Now I want to talk to you about using Subversion to fix bugs in your application. Fixing bugs can be as easy as fixing a few lines of code or as hard as rewriting a significant portion of your application. Both situations need a different approach from us. Let’s talk about the easy stuff first. For this example let’s say we have a project....