Our project uses Subversion to store the forum core or extensions. Also, it allows to trace changes in the code and have different versions of a forum or extensions.
Now we have two repositories:
Everybody has got read access to repositories.
The structure of the official repository is the following:
The structure of the unofficial repository is the following:
If you want to share langpacks, mods, etc. with the community, you can add them to the unofficial repository. But before that you need to get an account with writing permissions. To do this, send an e-mail (slava@informer.com or roman@informer.com) or pm via Forum (to Slavok or to Parpalak) with a request of password to the unofficial repository.
Windows platform
If you are Windows user you can use TortoiseSVN. After installing it, create a new directory, click on it with your right mouse button and select Checkout menu item of the pop-up menu. Enter the URL of the repository and click “Ok” button.
*nix platform
Try man svn :)