scm accept can not detect the deleted directories/files?
I'm doing a test on command line client.
1> load a workspace on command line;
2> delete a directory and a file, and deliver the changes to RTC server from Eclipse RTC client;
3> use 'scm accept -r rtc -s <stream> -o' to accept the changes on command line.
but the latest command always say 'Workspace unchanged.'.
Couldn't 'scm accept' detect a deleted directory/file?
Thanks!
1> load a workspace on command line;
2> delete a directory and a file, and deliver the changes to RTC server from Eclipse RTC client;
3> use 'scm accept -r rtc -s <stream> -o' to accept the changes on command line.
but the latest command always say 'Workspace unchanged.'.
Couldn't 'scm accept' detect a deleted directory/file?
Thanks!
One answer
Hi Liang,
I checked this scenario on 4.0.4
I have one Eclipse workspace "eickel-test jazzqual" connected with the stream "eickel-test" and one Shell workspace "eickel-test patch creation" which is connected to the same stream.
I deleted one folder within the Eclipse workspace and delivered this to the stream. I checked the Shell workspace within Eclipse if there would be in incoming changed and noticed that there is one.
Now I switched to the command line and run the following command:
C:\>scm accept -r jazzqual -s eickel-test -o -t "eickel-test patch creation"
Password (EICKEL_S @ https://jazzqual.rsint.net/ccm/):
Repository: https://jazzqual.rsint.net/ccm/
Workspace: (2869) "eickel-test patch creation"
Component: (2838) "BasisDiverse"
Change sets:
(2871) ---$ "deleted folder 'Structure'" 31-Oct-2013 10:22 AM
Changes:
--d-- \structure\
--d-- \structure\testfile.txt
As you can see all changes will be accept correctly to the workspace.
Did you really choose the correct stream? Please recheck using Eclipse client.
Hope this helps,
Simon
I checked this scenario on 4.0.4
I have one Eclipse workspace "eickel-test jazzqual" connected with the stream "eickel-test" and one Shell workspace "eickel-test patch creation" which is connected to the same stream.
I deleted one folder within the Eclipse workspace and delivered this to the stream. I checked the Shell workspace within Eclipse if there would be in incoming changed and noticed that there is one.
Now I switched to the command line and run the following command:
C:\>scm accept -r jazzqual -s eickel-test -o -t "eickel-test patch creation"
Password (EICKEL_S @ https://jazzqual.rsint.net/ccm/):
Repository: https://jazzqual.rsint.net/ccm/
Workspace: (2869) "eickel-test patch creation"
Component: (2838) "BasisDiverse"
Change sets:
(2871) ---$ "deleted folder 'Structure'" 31-Oct-2013 10:22 AM
Changes:
--d-- \structure\
--d-- \structure\testfile.txt
As you can see all changes will be accept correctly to the workspace.
Did you really choose the correct stream? Please recheck using Eclipse client.
Hope this helps,
Simon