Subversion configuration

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.

Before committing code for the first time

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

Commit Message Template

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
  • "Issue" can be omitted if there was no relevant Trac issue, though it is strongly encouraged to create one for significant changes.
  • "Submitted by" only needs to be specified when a patch is being applied.

For instance, this would look like:

  • for a dev commit:
    [#3] Remove "/squale" context from JSPs and Java files
  • for a dev commit based on a contributor's patch:
    [#43] NPE when displaying application status
    Submitted by: jangeli