-
-
What, who, where am I?!?
Craig Lotter is a web developer based in Gordon's Bay, South Africa, who seems completely incapable of shaking off that pesky inner child within, the one that forces him to love all things animated or hand drawn.
The Rugged Rock of Craig contains snippets of his life, popular culture and all the important things like anime, manga, games and comic books. The CodeUnit of Craig on the other hand contains the more serious stuff like code snippets and tutorials, while the House of C chronicles his foray into the world of web comics.
For which it never seems he has enough time anyway.
-
Rugged Rock Studio
- CodeUnit Collections
- Funakoshi Karate International South Africa
- Rugged Rock Studio: The Portfolio of Craig Lotter
- The Codeunit of Craig
- The House of C
- The Rugged Rock of Craig
Tag Archives: svn
Ubuntu: How to Checkout from a SVN Repository via the Terminal
To create an initial SVN checkout from a SVN repository on your Ubuntu machine via the terminal is a pretty simple affair thanks to the pretty standard svn checkout call.
Continue reading
How to Install Subversion (SVN) in Ubuntu
To install subversion (or SVN if you like keeping things short) is pretty simple to achieve in Ubuntu (as with just about everything else). Continue reading
Ubuntu Server: Steps to Create a New SVN Repository and Add Users for it
To add SVN repositories and give existing user accounts access to it is not entirely a one step process in Ubuntu. So this is how you do it…
First, browse to the folder in which you want to generate your SVN repository and create the respository folder:
TortoiseSVN: How To Strip ALL SVN Folders Out of a Project to Move it Around
The tortoiseSVN question for today is how to I get a clean copy of one of my projects under subversion, in other words how do I get a folder with all that extra hidden SVN gunk of .svn folders and files? Continue reading
Posted in Software & Websites, Tutorials Tagged copy, export, move, subversion, svn, tortoisesvn View Comments
Ubuntu Subversion: How to Delete a SVN Repository
Although there is tons of documentation on creating new SVN project repositories for your shiny Ubuntu SVN (subversion) server, there isn’t all that much mention of how you actually remove a project repository should you no longer need it. Continue reading