What operating system do you use? OS X has subversion built-in (and linux you can install easily by package manager). Windows has a number of subversion clients that you can install and use, but I'm not very familiar with any of them (I use OS X and Linux generally).
On OS X, you just open a Terminal window, navigate to the directory where you want xataface to be placed and type:
- Code: Select all
svn co http://weblite.ca/svn/dataface/core/branches/1.3.x xataface-1.3.x
(to check it out in a directory named xataface-1.3.x)
(Note "co" is just short for "checkout")
Then any time you want to update to the latest, just open the terminal, navigate tot he xataface-1.3.x directory and type:
- Code: Select all
svn update
That's it.