How to see remote subversion changes
Answered
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...
Please sign in to leave a comment.
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.