Using tortoise svn, you can easily do show log. I'm not sure about cmd line.
Anyway, about release mode crashing, it is because the Ogre Studio project is designed to operate in two modes, one is debug, and the other is release installed. Debug should be fast enough all the time, since the Ogre binaries are always in release mode, and the C# code does not do anything very intensive. However, for testing release mode - the best way is the build the installer, and install it ;-)
Though, if you are running Visual Studio express, and don't have the option to build the installer, you can simply copy the media files, from the debug location to the release location. And any other missing files (the installer gathers everything needed and installs it to the program files) - both debug & installed versions share the same config files located at: C:\documents & settings\user\local settings\app settings\VisualOgreStudio- if I recall correctly. Or something similar to that.