Knowledge Base Administration Guide

Subversion (SVN) command help

SVN commit timestamp

To get the Subversion commit timestamp (model_timestamp) from within a workspace:

$ svn info --show-item=last-changed-date
2019-03-27T17:10:31.000000Z

To get the Subversion commit timestamp for a specific version:

# Replace REVISION
$ svn info --show-item=last-changed-date -r REVISION

# Example
$ svn info --show-item=last-changed-date -r 10
2019-01-30T19:16:40.000000Z

SVN revision

To get the SVN revision of the workspace:

$ svn info --show-item=revision
22