I have just started working at a new place and they don't have any version control at all. I'm very anxious to get some source control up and running quickly and I have been researching setting up SVN. I need to set up SVN on the same IIS server we use for development, so I don't want to install apache if I don't have too, running two web servers on one box seems like a road to conflicts and hair loss.
Where I'm really at a loss is the difference between
Setup-Subversion-1.6.X.msi
and
svn-python-1.6.X.win32-pyX.X.exe?
The documentation on the website seems geared towards developers of SVN.
I also can't find any information about the differences between windows installs of SVN.
http://subversion.apache.org/packages.html#windows
Are they different installers, or completely different implementations?