How to update the workspace with new fixes
Hi, I tried to use the following command to get the latest updates or fixes that development delivered to the project, but getting the error:
C:\eDC_view>scm accept -C -d c:\eDC_view\eDM_003_20100105 -P xxxxxxxx -r https://svlw69.svl.ibm.com:9444/jazz "eDM_003_20100105.EDM 2.2 release Workspace" -u gayatrib@us.ibm.com
Unresolved component selectors:
eDM_003_20100105.EDM 2.2 release Workspace
Problem running 'accept':
Unable to resolve component selectors for workspace "eDM_003_20100105.EDM 2.2 release Workspace"
I created the "eDM_003_20100105.EDM 2.2 release Workspace" workspace on Jan 5th and ran a build and it failed, so there was a fix delivered by the dev to fix it and I am now trying to update my wrospace and the dir where I have the files to restart the build?
Appreciate u'r help.
Thank you and have a nice day!
-Gayatri.
C:\eDC_view>scm accept -C -d c:\eDC_view\eDM_003_20100105 -P xxxxxxxx -r https://svlw69.svl.ibm.com:9444/jazz "eDM_003_20100105.EDM 2.2 release Workspace" -u gayatrib@us.ibm.com
Unresolved component selectors:
eDM_003_20100105.EDM 2.2 release Workspace
Problem running 'accept':
Unable to resolve component selectors for workspace "eDM_003_20100105.EDM 2.2 release Workspace"
I created the "eDM_003_20100105.EDM 2.2 release Workspace" workspace on Jan 5th and ran a build and it failed, so there was a fix delivered by the dev to fix it and I am now trying to update my wrospace and the dir where I have the files to restart the build?
Appreciate u'r help.
Thank you and have a nice day!
-Gayatri.
One answer
First, the -u username should appear before any selectors.
There are a few things that can affect how scm accept works. Is
"c:\eDC_view" a directory where "eDM_003_20100105.EDM 2.2 release
Workspace" is loaded? If so, you should not need to specify selector and
ti will accept from the current flow target and update your content on disk
If you are accepting without loading, you can specify the --source and
--target options.
See "scm help accept" for the full list of options.
Andrew
On Wed, 06 Jan 2010 13:38:00 -0500, gayatrib
<gayatrib> wrote:
--
There are a few things that can affect how scm accept works. Is
"c:\eDC_view" a directory where "eDM_003_20100105.EDM 2.2 release
Workspace" is loaded? If so, you should not need to specify selector and
ti will accept from the current flow target and update your content on disk
If you are accepting without loading, you can specify the --source and
--target options.
See "scm help accept" for the full list of options.
Andrew
On Wed, 06 Jan 2010 13:38:00 -0500, gayatrib
<gayatrib> wrote:
Hi, I tried to use the following command to get the latest updates or
fixes that development delivered to the project, but getting the
error:
C:\eDC_view>scm accept -C -d c:\eDC_view\eDM_003_20100105 -P
xxxxxxxx -r https://svlw69.svl.ibm.com:9444/jazz
"eDM_003_20100105.EDM 2.2 release Workspace" -u
gayatrib@us.ibm.com
Unresolved component selectors:
eDM_003_20100105.EDM 2.2 release Workspace
Problem running 'accept':
Unable to resolve component selectors for workspace
"eDM_003_20100105.EDM 2.2 release Workspace"
I created the "eDM_003_20100105.EDM 2.2 release Workspace"
workspace on Jan 5th and ran a build and it failed, so there was a
fix delivered by the dev to fix it and I am now trying to update my
wrospace and the dir where I have the files to restart the build?
Appreciate u'r help.
Thank you and have a nice day!
-Gayatri.
--