About Me: I'm a freelance web developer that specializes in WordPress Themes and plugin development. I've written about some of my projects here.
I needed to figure out how to download the K2 theme from the SVN repository and I knew there was a better way then just right-click>save as. So I looked around and found out it’s extremely easy on OS X.
First step, install SVN:
Second Step, Check to see if SVN works.
If you have an output like: Type ’svn help’ for usage. Then svn is working correctly.
If /usr/local/bin is not in your path, edit your .profile and add a line like the following:
export PATH=$PATH:/usr/local/bin
Then open another Terminal window and try again with: svn [enter]
Step 3, use SVN. The best way is to use SVNx.
For K2 I used http://getk2.com/svn/ as the path and named it whatever.
3. Double click on the created SVN Repository and you’re now connected.
4. To download the files from the SVN just click “SVN Checkout”.It is that easy.
I have the rest of the tutorial on it’s own page.