'Subversion: How to preview a commit?
Is there a way to list all files that will be modified, added, and deleted in my local copy, so I can sanity check before commit?
Solution 1:[1]
If you are using TortoiseSVN the best way to do this is right click on your local copy. Select "TortoiseSVN"--> "Check for modifications".
This will give you the list of what you need.
If not, as someone suggested, use svn status on the command line.
This is give you what you are looking for....
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Geddon |
