Tag: continuous integration

  • remove/delete svn folders

    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] 1) download this registry file : DeleteSVNFolders.reg (313.00 bytes)…

  • Link: Sandcastle Source Code published in Codeplex

    After some issues regarding the license and terms of SandCastle in CodePlex, the project is now again available at CodePlex; this time with source code and not just the executable and documentation. You can read more on this at this SandCastle blog post : Sandcastle Source Code published in Codeplex Or go directly to their…

  • Subversion Branches, Tags and Merges

    I found this great article by Bill Simser on Day-to-day with Subversion where he explains practical use of Subversion branches, tags and merges. As a additional reading it might help if you read the documentation on branching and merging from the SVN Book from here but Bill's explanations made me understand better. And allow me…

  • VisualSVN Server

    In a previos post on My SubVersion experience I received a comment from Ivan Zhakov of VisualSVN to try out the said product (which by the way is free) and so I did. [more] Not much to say except that it was an amazing experience. No issues with installation, simple but does it wizard steps…

  • My Subversion (Version/Source Code Control) Experience

    I had a chance to look into subversion today and here are some of my notes. It's a version control system (source code control but it's really more than just code) along side Visual SourceSafe, SourceGear Vault among others. Why subversion [more]of all other is worthy of another post but first one, it's free (Vault…