Appendix A. Syntax for revisions

Revisions may given in same form like to the standard svn - client. That means: number, keyword or date.

Number

A number greater or equal -1. -1 means "unspecified revision", 0 is the beginning. Normaly these numbers shouldn't used (most operations will fail with that).

Keyword

One of

  • HEAD

  • BASE

  • COMMITED

  • PREV

  • START

  • WORKING

The keywords are case sensitive! eg, head is not the same like HEAD.

Date

Date in form {YYYY-MM-DD}. It must real MM or DD - eg. 2005-1-1 must written as {2005-01-01}.

Appending a specific revision to an url will always made via "?rev=<revision>.