I've setup Subversion following Jeff Atwood's article at Coding Horror: Setting up Subversion on Windows. I followed the steps exactly and I have SVNSERVE now running as a service on a Windows 2003 server in our LAN.
I've also installed TortoiseSVN and I've been playing with it and trying to learn more about it so I can spread the usage in our shop.
My question at this point is whether it is possible to somehow avoid use of the conf/passwd file where users and passwords are defined. I would hope to be able to use Windows authentication but from what I've gathered so far, Windows Authentication seems to be possible only with usage of Apache.
Is there a simple way to get Subversion configured to use Windows authentication without delving into Apache?
EDIT: I just discovered you have a sister site for stuff like this called serverfault.com. Should I post this question there (even though I am more of a developer than an administrator)?