Developers in a new job?
Found the following article on Slashdot, rather interesting.
“I have only been doing software development for about 5 years, and worked most of it at one company. I recently switched to a new company and am amazed at the lack of technology used in their development process. In my previous position, we used continuous integration, unit testing, automated regression testing, an industry standard (not open… Continue reading
SVN Quick Checkout a branch/tag
One issue of having a lot of tags/branches in SVN is if you’re in a rush and don’t want to do an SVN Update to everything!
Got this concept of a friend at work to quick checkout a branch/tag, by simply creating the branch/tag folder name first and then SVN Checkout within it.
Go to repo browser, get the name of the branch/tag.
Go into your working… Continue reading
Beginner to SVN
I’ve been looking into SVN to replace our existing source control. It’s bloody fantastic here’s a link to the SVN Book – http://svnbook.red-bean.com… Continue reading
