OK you should use like this:
1) Create a new folder called 'callite' in your documents folder, for example.
2) Right click the folder, find the icon 'SVN Checkout...' and click on it.
3) There will be a new window, where it says URL of repository, paste this:
svn://svn.code.sf.net/p/lazarus-ccr/svn/components/callite/
4) Click on OK. A new window will appear and there will be a progress. When it says 'Completed' click OK.
5) Done! You have the latest callite.
But there's more: You have the latest from this moment, but think for example that wp post a new update, you need to do this:
6) Right click on the folder, click on the icon 'SVN Update...'. Then a progress will appear and if there is any update it will be downloaded automatically.
But there's more: If you change any file (for example the readme.txt) you will get a red icon in that file, that means that is different from the commit. Then you can create a patch to send it to wp to apply it instead of uploading the whole file.
7) Right click on the folder, find Tortoise SVN > Create patch... a window will appear. Click OK and you will get the patch file to upload.
But there's more: If you don't want that change, you can revert them. Right click the folder, find Tortoise SVN > Revert... and you can select wich files to revert.
That's all for now, but always is something new with svn to learn!