remove/delete svn folders

April 24, 2010 16:40 by Ryan Garaygay

Since I've been using SVN and stumbled upon this technique I've also been using since then

This is one of the many (but easiest way) to remove SVN folders (.svn) recursively from a given folder. Effectively "unbinding a folder from SVN"

Follow these easy steps: More...


Investing in a Quality Programming Chair

July 8, 2008 14:33 by Ryan Garaygay

Been quite busy lately work and off work (research ofcourse primarily in urlrewriting) but I couldn't help but notice and comment on a post from CodingHorror/Jeff Atwood on this topic More...


Code Generation with MyGeneration

June 16, 2008 13:43 by Ryan Garaygay

I had the chance to grab and have a short look at MyGeneration for a few hours over the weekend and I should say I'm quite impressed with the features that it has. More...


Resolve Namespace (Visual Studio, Resharper)

April 15, 2008 17:05 by Ryan Garaygay

How do you "autogenerate" a "using" namespace for a class you typed in Visual Studio? Read along... More...


[Copy To] and [Move To] Context Menu Items

April 14, 2008 15:20 by Ryan Garaygay

I find it more productive to simply right click on a file/folder (or multiple file/folders) and be able to copy and move it/them to another folder rather than Cut/Copy, open the target folder and paste or even use Windows Explorer > turn the folder options (tree) on and drag/drop. How do you make it possible? More...