What do you use TortoiseSVN for?

1
Hello, I would like to hear what you use TortoiseSVN for. Resolving file conflicts is a big one, of course, but what else do you use it for? Thanks!  
asked
4 answers
11
  1. Resolving conflicts (obviously)
  2. Checking for file modifications (styling) and viewing diffs
  3. Searching for specific commits (by commit description / unique story id)
  4. Revert to previous revisions to check code changes
  5. Cleanup SVN
  6. Ignore some files (e.g. gulp styling npm-modules)
answered
2

I've used it to merge outside the modeler once ( https://forum.mendix.com/link/questions/87599 )

And I've used it occasionally for renaming the project, as renaming the project in the cloud portal is not enough ( https://forum.mendix.com/link/questions/4498

answered
1

We have used svn in the past to roll back our project after an upgrade. I'm not sure if reverse merge changes would work now when changing mendix versions (haven't had to do that yet), but this forum post was very helpful. 

https://forum.mendix.com/link/questions/7328

answered
1

In addition to the things already mentioned, I use the revision graph functionality quite a lot as well, mainly to get a quick graphical view on commits over all branch lines.

answered