Jump to content

Cli status for moved items in a changeset


FuzzkingCool

Recommended Posts

Hiya,

I am looking for a way to query a revision in a changeset for a file that had the operation "Moved" at checkin time.

Basically, I want to know the path it was moved from and the path it was moved to.

This is different from the "cm status --moved" which will only report what is going on in the current workspace before a checkin.

Is this possible?

Thank you in advance!

 

Link to comment
Share on other sites

If I understand correctly, I think all you need is

 

cm diff cset

 

and then you see a list of diffs, right?

 

Like 

cm diff 7005436
C "01plastic\bin\pnunit\obs-debian-ubuntu-cloud.conf"
A "01plastic\install\osc\plasticrepos\stable\plasticscm-server-complete\plasticscm-server-complete.dsc"
M "01plastic\install\osc\plasticrepos\plasticscm-common\plasticscm-mono4.6" "01plastic\install\osc\plasticrepos\labs\plasticscm-mono4.6"
M "01plastic\install\osc\plasticrepos\plasticscm-common\plasticscm-libuv" "01plastic\install\osc\plasticrepos\labs\plasticscm-libuv"
 

 

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...