So Jazz source control lets you snapshot a repository workspace.
But how would I load a particular snapshot of a workspace on the command line? Doesn’t seem like a lot of point to a snapshot if I can’t load the project as it was at that point in time…?
ed… I have found a ‘new… repository workspace from snapshot’ in the RAD plugin… now to find how to do the same on the command line…
1) Take a look at
scm help create workspace. You should see a--snapshotargument that will create a new workspace from the given snapshot.2) See
scm help load.