문제

I want to get a list of all the files whose working revision and member revision are different. There is a command to get revisioninfo of a file (si revisioninfo) but the working file version is not displayed. Is there a command to get the working file version? Bottomline: I want to programatically check if all files in project are updated, if not show the list of files which are not updated.

도움이 되었습니까?

해결책

Here is a nice way to get a list of space separated values for name, memberrev and workingrev:

si viewsandbox --fields=name,memberrev,workingrev --[no]recurse

Add additional options to the command, like the sandbox-path and a filter to not see the pj-files.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top