How to see remote subversion changes
已回答
I think I'm missing something really simple: how do you see in PyCharm what files have remote changes (i.e. changes made by others to the repo)? The comparable command line is "svn status -u" which shows both local and remote changes. I'd expect something in the IDE (different file color or something) to let me know that there's a remote change that I should be aware of...
请先登录再写评论。
It's a duplicate of support request in Zendesk.
For other users with the same question: Incoming changes tab of the Version Control windows (Cmd+9) should show you changes on the server not yet applied to your working copy.