How to use SVN to diff an entire repository (preferably with Tortoise SVN)

diff()repositorysvntortoisesvn

I'm wondering if there is a way to create a diff of a repository that you've checked out and save it to a diff file so that you can contribute it to a project as a full patch. I'm using Tortoise SVN, but if it has to be at the command line, that's OK too.

Best Answer

Right-click the root directory of your working folder, and select TortoiseSVN/Create Patch...