So that versions can be easily compared with nicely colored diff etc. In eclipse I can use local history and it would probably do the job, albeit it saves version with every save, so it would also save many intermediary versions.
The purpose for this is educational. I am not worried about version control, I just want to show students how we got from version A to version B so they can easily see how the code evolved. It should be something more lightweight and simpler than typical version control system interface. I also want students to take the code evolution home, without having to connect to VCS later on.
So far, I can think of version control option is cvs + cvsspam, each commit will send out nicely formatted diff in email. All they need to do is open email after email to see how code progresses.
What do you recommend for Visual Studio 2010 and .Net development?