I'm curious to hear the experiences of those who are currently running their SVN server on Windows.
Jeff Atwood has a post on how to setup SVN as a Windows service. It's a great first step, but it doesn't touch on other topics, such as:
- What to use for a web-based repository browser? WebSVN can work on Windows, but it ain't pretty.
- How to manage the passwd file?
- Is it possible to integrate with Active Directory without running Apache?
- Strategies for backing up the repository.
- Useful global ignore patterns for Visual Studio development (suggestions here, here, and here for example).
Our company switched from SourceGear Vault to Subversion about one month ago. We've got the basics down pat, but would love to discover people's tips and tricks for running SVN in a MSFT world.