Is it possible to get the path of a change set before it is sent?
![]() I need to get the information (name, path...) about a change set on deliver (server) operation? Is it possible? |
2 answers
![]()
Ralph Schoon (60.9k●3●36●43)
| answered Nov 20 '19, 11:40 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER edited Nov 20 '19, 11:41 a.m. To do what? A change set does not have a path. The file changes in it might. Comments Yes, I mean the changed file ![]() FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
For what purpose would you want to do that? |
![]()
Geoffrey Clemm (30.0k●2●30●35)
| answered Nov 20 '19, 12:32 p.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER To obtain the pathname of a file (in a change set or elsewhere), you need a stream or workspace. In the case of a deliver operation, you have the source stream/workspace for the deliver, so you should be able to obtain the pathname of each file in the change set. |