Linked by Eugenia Loli-Queru on Fri 20th Feb 2004 06:00 UTC
General Development 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.
re: Windows?
by Anonymous on Fri 20th Feb 2004 08:24 UTC

Yes and no.
You can configure apache to authenticate to ADS, using e.g. mod_krb5,or pam with pam_krb5.(you don't need to run it on windows for this..)
However you cannot (yet) make the client use kerberos, which is the ADS authentication method.
So, basically what you can do is use the 2 standard http authentication methods from the clients, and perhaps use SSL.
The server does the authentication. The apache server authenticates with ADS.
This somewhat beats the purpose of kerberos though, I'm looking foreward to GSSAPI(kerberos) support in client just
like CVS has.I guess it's the neon library that needs this.