aaron
I didn’t realize it before, but the subversion server running without tunneling over ssh doesn’t actually send the password in the clear when authenticating users. From the subversion book:
At the time of writing, the server only knows how to send a CRAM-MD5 authentication challenge. In essence, the server sends a bit of data to the client. The client uses the MD5 hash algorithm to create a...