On Monday, the Subversion project is scheduled to release version 1.0 of their version control system, under development for several years now. Subversion was intended from its inception as the CVS replacement and it comes with many important features previously found only on commercial VCS like Perforce. It was designed for better remote performance, and it is multi-platform with a GUI/CLI front-end.
Permalink for comment
To read all comments associated with this story, please click here.
Can you run the Subversion server on Windows and use Active Directory for user permissions and login?
All Subversion tools are built on top of the Apache Portable Runtime, so you should have no trouble with them on Windows. As for auth agaist an Active Directory server, I believe you should be able to do this using the mod_authz_ldap module for Apache when using Subversion WebDAV access, though I've never tried it myself.
Can you run the Subversion server on Windows and use Active Directory for user permissions and login?
All Subversion tools are built on top of the Apache Portable Runtime, so you should have no trouble with them on Windows. As for auth agaist an Active Directory server, I believe you should be able to do this using the mod_authz_ldap module for Apache when using Subversion WebDAV access, though I've never tried it myself.