Subversion repository is available at: https://svn.squale.org/squale/
You need to login with your committer account to be able to browse and to commit code.
You must set your svn client with these properties: svn-eol-style.txt
To achieve that, copy the content of the file at bottom of your local file ~/.subversion/config.
Note: for Windows this is normally found at
C:\Documents and Settings\{username}\Application Data\Subversion\config
When you commit code, you should always provide a message explaining what this commit is about. These messages should follow this template:
[issue1, issue2] <<comment>> Submitted by: contributor's name there
For instance, this would look like:
[#3] Remove "/squale" context from JSPs and Java files
[#43] NPE when displaying application status Submitted by: jangeli