Index: project_tasks.html =================================================================== --- project_tasks.html (revision 14931) +++ project_tasks.html (working copy) @@ -101,7 +101,7 @@

Improved Bindings to Other Languages

-

One of Subversion's strengths is that it offers a a rich set of +

One of Subversion's strengths is that it offers a rich set of "binding surfaces": well-documented APIs that are available not only in C (Subversion's native language) but in other programming languages as well (see the We have a subversion/apache server configured to use sspi to authenticate users. Currently the svn client can't authenticate using ntlm/sspi and uses basic authentication to connect to the server. -Users have to either store the credentials or enter them everytime it +Users have to either store the credentials or enter them each time it is needed. It would be very convenient/secure if the subversion client could use the current user's windows credentials to login to subversion automatically without prompting the user.