Der scm-Unterbefehl lastmod gibt das Datum der letzten Änderung an einem oder mehreren Verzeichnissen in einem lokalen Arbeitsbereich zurück.
scm lastmod [ -d | --dir ] arbeitsbereichspfad { [ -f | --format ] formatkennung } pfad ...
scm lastmod [ -d | --dir ] arbeitsbereichspfad [ -u | --username ] benutzer-id im repository [ -P | --password ] kennwort für benutzer-id im repository [ -d | --dir ] arbeitsbereichspfad { [ -f | --format ] formatkennung } pfad ...
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