I have programmed a customized deployment routine in .NET which does the following:
- Performs some previous checks on my code (among other things). This code is placed in a local folder.
- If all tests are OK it will then transfer this code to the production server.
Now, my question is: as a "previous check", I would like to test if my local folder contains the latest update from my Tortoise SVN repository. Is there any info in the .svn folders to check if an update is needed, or any other way to do so?