Is there a funktion like "svn export -r http://server/directory/file.ext" in Jazz SCM
Accepted answer
Comments
scm "extract" expects the item id and state id. Is there a way to get the item/state id of a file at a given pathname in a given baseline without loading that file onto disk?
1 vote
Unfortunately the extract command is not in the RTC documentation (or I didn't find it). Can you give me an example how I can use it? (And how to get the item/state id but this has Geoffrey already asked)
All command line commands are documented through the help command, which you can use to find the commands available and display how to use it.
Item and state ids would be shown when using the verbose flag available for many commands. If the baseline id is already known, I imagine you could compare it to the previous baseline to get the latest change set that modified the file. It's probably easier if a repository workspace was already configured with the component at that baseline then to list the history to get the change set. Loading wouldn't be required either way.