scm.exe compare throws error with stream and workspace having same name
![]()
Karthik Krishnan (859●4●103●153)
| asked Nov 25 '13, 7:33 a.m.
retagged Dec 16 '13, 12:59 p.m. by David Lafreniere (4.8k●7) RTC does not impose any restriction on having the workspace name same as the stream name
But this has some issues when it comes to RTC scm command line tool.
Below is the command used:
scm.exe compare ws <workspace_name> stream <stream_name> -r https://Jazzserver:9443/ccm/ -I s -C "|{name}|{email}|" -D "|yyyy-MM-dd-HH:mm:ss|"
The error message is:
Mehrdeutiger Selektor "stream_name" stimmt mit mehreren Elementen überein: Mögliche Übereinstimmungen: (4678) "stream_name" (4679) "stream_name" Fehler bei Ausführung von 'compare':Mehrdeutiger Arbeitsbereich/Datenstrom "stream_name"Is there any way to avoid this? |