SCM checkin: Problem running 'share' - ancestor is shared
![]()
Jörg Werner (303●32●71)
| asked Nov 07 '16, 10:58 a.m.
edited Nov 07 '16, 2:18 p.m. by David Lafreniere (4.7k●7)
Hi all,
I want to checkin a directory structure. Single files are no problems but I don't know how to checkin files in sub directories. In the example I create some files and a sub directory and try to check in everything to a component: lscm login -r https://my_server/ccm/ -u admin -P ADMIN -n repProbably I miss something and do it in the wrong way :-(. Who can help me? thank you, jörg |
Accepted answer
![]()
In Jazz SCM, when you either 'load' or 'share' a folder, there is no need to call 'share' on any child of that folder. If changes are made to child files or folder, you simply need to perform a checkin on those files/folders to add them to a change set.
Jörg Werner selected this answer as the correct answer
Comments Can you please make the above statement clear as I am also facing the same issue. When we tried to checkin those files it says
Problem running 'checkin':
"/opt/workspace/ConfigurationManagement/package/test.txt" is not shared.
Below is what we are trying to run using share command
![]() ![]() FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
You report that the error message is "Problem running 'checkin'", but in the screen shot, the error message is "Problem running 'share'".
Did you use "checkin" or "share" ?(David said to use "checkin", but from the screenshot, you appear to be using "share").
|