cannot see incoming changesets
I created workspace, set the flowtargets corretcly, load workspace into my local: successfully,
C:\dataRTC>lscm load -d "c:\dataRTC\data" --all RTCWorkspace -r...
but in my local, when I check the status, I cannot see incoming changesets, it return nothing, but there are files in stream. lscm show status -u admin -P admin -d "/" |
9 answers
another member already delivered some changesets into stream before I loaded my workspace into local, my workspace in repository is empty, I cannot see any incoming changeset when checking status.
|
>another member already delivered some changesets into stream before I loaded my workspace into local
you said 'before' you loaded, so those changes would have been included in you 'load' operation. have them deliver something now, after you loaded. how can your workspace be empty? I thought Load always used a workspace. I really dislike the commandline. too many parameters with too many dependencies. can u load up eclipse and look over the same sandbox folder/workspace/stream, and view the expected data, then use the commandline to confirm it. |
after another member already delivered some changesets into stream, I created my workspace, set the flowtargets, loaded my workspace into local(c:\dataRTC\data), this is the command I used:
after loading, it is empty both in my local and my workspace in repository. I expected to see the incoming changesets by checking the status, but cannot see, this is the command I used to check status: lscm show status -u admin -P admin -d "/" my purpuse is to get the changeset into my local one by one, not get all of them once.
Comments
sam detweiler
commented Apr 24 '14, 10:46 a.m.
ok, I recreated what you did here on my dev system. the workspace is empty.
|
thaks, but I am not able to accept a change set, I stop all daemons, deleted my local workspace, re-loaded again, restarted my PC, but still get same error, see the result:
C:\dataRTC\data>lscm accept -s 1033 -t RTCWorkspace -r url:9443/ccm -c 1040
C:\dataRTC\data>lscm accept -s 1033 -t RTCWorkspace -r url:9443/ccm -c 1039
|
this command should be correct,
1033 is the uuid of the source stream, 1039 is the uuid of changeset whcih I want to accept,
Usage: lscm accept [-r/--repository-uri <arg>] [-s/--source <arg>] [-t/--target <arg>] [-b/--baseline |
|
there is no output for status, it is empty. C:\dataRTC\data>lscm show status C:\dataRTC\data>lscm status
C:\dataRTC\data>scm status
C:\dataRTC\data>scm daemon stop --all
C:\dataRTC\data>lscm login -r url -u admin
C:\dataRTC\data>scm status
Comments I also get no results for status.
I wonder if this is related to the use of the -d option on load. Could you try the load without using that option?
|
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.
Comments
but just AFTER the load, you are at the same level as the stream you loaded from, so there would be no incoming change sets.
someone (else) has to deliver a change to the stream first.