Subversion Hack: Automatic Versioning on Save With Subversion
I discovered a really cool way to use Subversion, my favorite version control system - automatic versioning / commit on save. Essentially with this simple tweak you can use subversioned files like you would use any ordinary files. You can open them in any editor, create or delete them. When you save a file it is actually saved and versioned in a remote subversion repository. Similarly the other file operations are transparently supported from a remote subversion installation. This greatly simplifies the life of new users and pros alike. You do not have to repeatedly remind your users to commit changes to repositories and no changes will ever be lost. Experienced users can still view history and do more complex operations. Full article (313 words) »

