SOSIUS's workspace
::SOSIUS » Sosius Support Center » Features » Items » SVN Revision

SVN Revision

SVN Revisions nest under the SVN Repository and are created automatically everytime a user commits. It is not possible to edit a SVN Revision since it is meant to be an exact copy of what appears in SVN. However, it is possible to create annotations under teh Revision, a very handy feature if you need to discuss a specific change.

Properties

Revision
The revision number recorded in SVN. This starts at 0 when the repository is created and then increments every time there is a succesful commit.
Author
The member who made the commit.
Logged
The time in GMT the commit was made.
Author
The message included with the commit. This message can be blank or it can contain wikitext. It is possible to include special markup which will be shown as HTML in the message on Sosius. The most important feature here is the ability to create links to items in Sosius. This is handy if you wish to link between a task or bug report and the revision. To include a link use double brackets and the path to the item. eg. [[/my_account/tasks/fix_this]]. A full list of the features supported by wikitext appears below.

Wikitext Syntax

Sosius supports the following subset of wikitext syntax.

Feature Example Rendering
Heading 2 --Heading 2--

Heading 2

Heading 3 ---Heading 3---

Heading 3

Heading 4 ---Heading 4---

Heading 4

Horizontal rule ----
Linebreak 1\\2 1
2
Italics //italics// italics
Bold **bold** bold
Superscript ^^super^^script superscript
Subscript ,,sub,,script subscript
Monspace ##monospace## monospace
Link [[/sosius/help]] http://my.sosius.com/sosius/help
Image {{http://my.sosius.com/ww/images/icons/small/179.png}}