How to add, modify and delete files using CLI
Hi All,
We are trying to configure a Jenkins job to check in modified, newly added and deleted files from sandbox to repository workspace. As part of that <o:p> </o:p>
<o:p> </o:p>
- We have loaded code from stream to sandbox, through Jenkins <o:p> </o:p>
- Modified few files <o:p> </o:p>
- Added some new files <o:p> </o:p>
- Deleted some files <o:p> </o:p>
- We ran below check in command <o:p> </o:p>
lscm checkin "%destinationfolder%\%%a" -W 578472 <o:p> </o:p>
- It is able to take care of modified and deleted files. But, for newly added files it is throwing below error. Can you help. <o:p> </o:p>
14:17:03 "F:\Test_Jenkins214\workspace\Git_TO_RTC_Declarative\RTC\sta\DummyFile" is not shared. <o:p> </o:p>
14:17:03 The system cannot find the drive specified.
Please let us know in case we are missing option in the command to share the new files.
Thanks,
Vinay