I am using Subversion svn under windows in cmd. How can I check which files were modified from a previous version? I tried
svn.exe info --changelist xx
But there is no way out. I think I need to add url to the trunk + I need to tell svn.exe that I want the list of changes from the current version that I have on my computer (for example, 74) to be the last (for example, 75). How can i do this? Thanks!
source share