Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
IWUPDATE
snrguptha
iwupdate src_vpath dst_vpath
I gave src_vpath as EDITION (..\..\...\EDITION), then its giving sourch path is not found. If i give src_vpath as workarea then its working fine. Is it wrong to give Edition. How it possible. I have to copy the Edition files to Workarea(not in same branch).
Find more posts tagged with
Comments
Migrateduser
Maybe I'm reading this wrong, but you probably need to give it a specific edition, not just the main EDITION directory. In other words, say your latest edition was named "my_edition", then you would do this:
iwupdate .../EDITION/my_edition ..../WORKAREA/int
Dave Smith
Sr. Software Engineer
Nike, Inc.
(503) 671-4238
DavidH.Smith@nike.com
snrguptha
iwupdate -w main/XYZ/ABC/EDITION/ed_0001 main/XYZ/WORKAREA/workarea_name
then i got this error " ERROR:02006: Error locating main/xyz/ABC/EDITION/ed_0
001"
james1
> iwupdate -w main/XYZ/ABC/EDITION/ed_0001 main/XYZ/WORKAREA/workarea_name
>
> then i got this error " ERROR:02006: Error locating main/xyz/ABC/EDITION/ed_0001"
Try making the path absolute -- put the store name in front of "main/...", e.g. "/default/main/xyz/ABC".
Also, your command has "XYZ" in all caps, but the error message has it in all lowercase. Are you on Windows? What is the actual name of the branch? Whatever it is, that's what you should be using on your command line.
Finally, I hope you realize that using the "-w" flag will make your workarea look like the edition, even if you have made significant changes to files in your workarea.
Hope this helps.
-- James
--
James H Koh
Interwoven Engineering
snrguptha
i tried same problem.