Is there a funktion like "svn export -r http://server/directory/file.ext" in Jazz SCM
Hello, I want to download a file with a certain label (baseline) from the stream. Is there a way to get this file without creating a new repository workspace like with the svn command export?
Thanks and regards,
|
Accepted answer
From the web UI, you can browse a configuration and download a file. In the Eclipse client, you can also browse a configuration with the Repository Files view or show the history of a file and load it. From the command line, you can use the "extract" command.
Martin Wassermann selected this answer as the correct answer
Comments 1
Geoffrey Clemm
commented Mar 25 '13, 7:52 p.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
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?
Martin Wassermann
commented Mar 26 '13, 3:12 a.m.
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.
|
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.