LSCM and extracting a file
Martin Gompertz (48●6●11)
| asked May 14 '12, 8:00 p.m.
retagged Jun 04 '12, 10:05 a.m. by Evan Hughes (2.4k●13●18)
Hi,
Can I use LSCM to extract a before-version of a file? I can get a diff using this method: lscm diff -p -w STREAMNAME -r SVR changeset CHANGESETUUID But in order to see the "before" and "after" file I need to be able to extract the file either in its before state or its after state (and then I can use the patch to infer the other state). Does anyone know how to do this with LSCM, please? |
One answer
Checkout lscm changeset extract. You need to have a workspace and the path to the file element that you want to extract. E.g.:
# get your changeset alias
Checkout the options, you can also specify which workspace to pull the files from. I'm not sure if you can pull them directly from a stream, that would be useful but I haven't tried.
|
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.