It's all about the answers!

Ask a question

Git like feature


Shimon Nir (241116) | asked Feb 23 '15, 2:43 a.m.

Working with Git we have command:    git –after mv source dest

This is post-factum change – After file was renamed/moved just update the VCS of the change.

Is there a similar functionality  in RTC/SCM ? . 

 Thanks

Shimon


Comments
Geoffrey Clemm commented Feb 23 '15, 11:28 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER

Do you have a URL for a manual page defining the semantics of the "-after" flag?
(And I assume it is "git mv -after ...", not "git -after mv ..." ?)

One answer



permanent link
Shashikant Padur (4.2k27) | answered Feb 23 '15, 5:26 a.m.
JAZZ DEVELOPER
I believe you are looking for 'lscm move path source dest' which renames rather than delete and add the file.

Comments
Boaz Nahum commented Feb 23 '15, 10:51 a.m. | edited Feb 23 '15, 10:59 a.m.

Actually what Shimon (and I) are looking for is post-factum change.
We perform - using native OS command - a move operation d1/f into d2/f and we want scm accept it as a move operation.

Why we need it ? Because we are developing a plug in to source editor that notify us after the operation was made.



Shashikant Padur commented Feb 23 '15, 10:10 p.m.
JAZZ DEVELOPER

I don't believe the above mentioned use case is supported in RTC.

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.