La sous-commande scm lastmod renvoie l'heure à laquelle la modification la plus récente a été apportée à un ou plusieurs répertoires d'un espace de travail local.
scm lastmod [ -d | --dir ] chemin-espace-de-travail { [ -f | --format ] indicateur de format } chemin d'accès ...
scm lastmod [ -d | --dir ] chemin-espace-de-travail [ -u | --username ] ID utilisateur dans le référentiel [ -P | --password ] mot de passe correspondant à l'ID utilisateur dans le référentiel [ -d | --dir ] chemin-espace-de-travail { [ -f | --format ] indicateur de format } chemin d'accès ...
C:\local-workspaces\HelloJazz>scm lastmod .
\com.example.hellojazz.client=200806020210
\com.example.hellojazz.service=200806020210
\com.example.hellojazz.rcp.ui=200806020210
\com.example.hellojazz.client.tests=200806020210
\com.example.hellojazz.common=200806020210
C:\local-workspaces\HelloJazz>scm lastmod . -f "EEE, d MMM yyyy HH:mm:ss Z"
\com.example.hellojazz.client=Mon, 2 Jun 2008 14:10:16 -0400
\com.example.hellojazz.service=Mon, 2 Jun 2008 14:10:16 -0400
\com.example.hellojazz.rcp.ui=Mon, 2 Jun 2008 14:10:16 -0400
\com.example.hellojazz.client.tests=Mon, 2 Jun 2008 14:10:16 -0400
\com.example.hellojazz.common=Mon, 2 Jun 2008 14:10:16 -0400