Marek14 wrote:Thanks for the privileges, though I must say though that I'm really not 100% sure how to use them. Do I need any specific software?
You need a program that will allow you to work with
Subversion (SVN) repositories. Personally I'm handling this from the same development environment I'm using to code in Java (NetBeans, and Eclipse can do it as well), but if you don't have that up, I think any modern SVN client should do (e.g. TortoiseSVN or whatever it's called). You may want to read a tutorial about checking out a SVN repository (= downloading it to your PC) and then committing the changes you made to the SVN repository (= uploading them to our SVN repository). Ideally you'll want to read a tutorial (or watch a video, etc.) related to the specific program you decide to use.
There's also this informative page related to setting up a full-fledged Forge development environment (I think it's geared towards using Eclipse; setting up NetBeans is similar and even easier):
http://www.slightlymagic.net/wiki/Forge ... Subversion- Agetian