Listing change sets from the command line
3 answers
scm history -w "WorkSpaceName" -c "ComponentName"
The work space name and component name could be replaced by alias or uuid
Cheers
The work space name and component name could be replaced by alias or uuid
Cheers
Hi,
Using the command line I've managed to pull a component ID from a "Project Area"-->"Stream"-->"Component"
Is there a way from the command line to list the change sets/baselines for said component?
Thanks,
Jason
Thanks,
That answered another one of my issues. Another question, Now I have a workspace and a component, is there anyway of listing the baselines for that component from the command line?
Cheers,
Jas
That answered another one of my issues. Another question, Now I have a workspace and a component, is there anyway of listing the baselines for that component from the command line?
Cheers,
Jas
scm history -w "WorkSpaceName" -c "ComponentName"
The work space name and component name could be replaced by alias or uuid
Cheers